Enable CTRL + Mouse Wheel Zoom
This commit is contained in:
parent
c940bf5c8d
commit
47d8222f2e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public abstract class PaneUpdaterThread extends Thread {
|
||||||
public void run() {
|
public void run() {
|
||||||
doShit();
|
doShit();
|
||||||
synchronizePane();
|
synchronizePane();
|
||||||
//attachCtrlMouseWheelZoom(scrollPane, panelArea); //freezes the UI for some reason, probably cause BCV is
|
attachCtrlMouseWheelZoom(scrollPane, panelArea); //freezes the UI for some reason, probably cause BCV is
|
||||||
// doing dumb shit with the swing thread
|
// doing dumb shit with the swing thread
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue