Enable CTRL + Mouse Wheel Zoom

This commit is contained in:
Konloch 2021-06-21 16:38:20 -07:00
parent c940bf5c8d
commit 47d8222f2e

View file

@ -62,7 +62,7 @@ public abstract class PaneUpdaterThread extends Thread {
public void run() {
doShit();
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
}