Disabled annoying X scrolling in map dialogs
This commit is contained in:
@@ -73,6 +73,7 @@ public abstract class MapListDialog extends BaseDialog{
|
|||||||
|
|
||||||
ScrollPane pane = new ScrollPane(mapTable);
|
ScrollPane pane = new ScrollPane(mapTable);
|
||||||
pane.setFadeScrollBars(false);
|
pane.setFadeScrollBars(false);
|
||||||
|
pane.setScrollingDisabledX(true);
|
||||||
|
|
||||||
Table search = new Table();
|
Table search = new Table();
|
||||||
search.image(Icon.zoom);
|
search.image(Icon.zoom);
|
||||||
|
|||||||
Reference in New Issue
Block a user