File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
chunky/src/java/se/llbit/chunky/ui Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -215,14 +215,6 @@ public ChunkyFxController(Chunky chunky) {
215215 mapLoader .setMapSize ((int ) mapCanvas .getWidth (), (int ) mapCanvas .getHeight ());
216216 });
217217
218- minimapPane .widthProperty ().addListener ((observable , oldValue , newValue ) -> {
219- minimapCanvas .setWidth (newValue .doubleValue ());
220- mapLoader .setMinimapSize ((int ) minimapCanvas .getWidth (), (int ) minimapCanvas .getHeight ());
221- });
222- minimapPane .heightProperty ().addListener ((observable , oldValue , newValue ) -> {
223- minimapCanvas .setHeight (newValue .doubleValue ());
224- mapLoader .setMinimapSize ((int ) minimapCanvas .getWidth (), (int ) minimapCanvas .getHeight ());
225- });
226218 mapOverlay .setOnMouseExited (e -> map .tooltip .hide ());
227219
228220 // Set up property bindings for the map view.
You can’t perform that action at this time.
0 commit comments