UI Freeze TODO

This commit is contained in:
Konloch 2021-06-28 17:06:50 -07:00
parent 2421bd3a30
commit 4e7edaada1

View file

@ -76,11 +76,13 @@ public abstract class PaneUpdaterThread implements Runnable
return;
doShit();
//freezes the UI for some reason
//probably cause BCV is doing dumb shit with the swing thread
synchronizePane();
attachCtrlMouseWheelZoom(updateUpdaterTextArea.getScrollPane(), updateUpdaterTextArea); //freezes the UI for some reason
//probably cause BCV is doing dumb shit with the swing thread
attachCtrlMouseWheelZoom(updateUpdaterTextArea.getScrollPane(), updateUpdaterTextArea);
}
public void attachCtrlMouseWheelZoom(RTextScrollPane scrollPane, RSyntaxTextArea panelArea) {