mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-24 03:33:46 -04:00
Merge 634f296b83d25cb8b3f1eb2fb0f4afaf9fedc46a into bd9ae189f83e33a6977bbe056774c851e96fe0a7
This commit is contained in:
commit
f85b6f1368
@ -40,6 +40,7 @@ import javafx.stage.Stage;
|
|||||||
import org.jackhuang.hmcl.game.GameDumpGenerator;
|
import org.jackhuang.hmcl.game.GameDumpGenerator;
|
||||||
import org.jackhuang.hmcl.game.Log;
|
import org.jackhuang.hmcl.game.Log;
|
||||||
import org.jackhuang.hmcl.setting.StyleSheets;
|
import org.jackhuang.hmcl.setting.StyleSheets;
|
||||||
|
import org.jackhuang.hmcl.ui.construct.NoneMultipleSelectionModel;
|
||||||
import org.jackhuang.hmcl.ui.construct.SpinnerPane;
|
import org.jackhuang.hmcl.ui.construct.SpinnerPane;
|
||||||
import org.jackhuang.hmcl.util.Holder;
|
import org.jackhuang.hmcl.util.Holder;
|
||||||
import org.jackhuang.hmcl.util.CircularArrayList;
|
import org.jackhuang.hmcl.util.CircularArrayList;
|
||||||
@ -311,6 +312,7 @@ public final class LogWindow extends Stage {
|
|||||||
Holder<Object> lastCell = new Holder<>();
|
Holder<Object> lastCell = new Holder<>();
|
||||||
listView.setCellFactory(x -> new ListCell<Log>() {
|
listView.setCellFactory(x -> new ListCell<Log>() {
|
||||||
{
|
{
|
||||||
|
x.setSelectionModel(new NoneMultipleSelectionModel<>());
|
||||||
getStyleClass().add("log-window-list-cell");
|
getStyleClass().add("log-window-list-cell");
|
||||||
Region clippedContainer = (Region) listView.lookup(".clipped-container");
|
Region clippedContainer = (Region) listView.lookup(".clipped-container");
|
||||||
if (clippedContainer != null) {
|
if (clippedContainer != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user