@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user