UI Freeze TODO
This commit is contained in:
parent
2421bd3a30
commit
4e7edaada1
1 changed files with 5 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue