Skip to content

Commit

Permalink
reduced flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed May 10, 2024
1 parent 0ebcba8 commit dcde48b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4156,7 +4156,9 @@ public void loadFromFile(File file, boolean tempFileBased, String alternativeToo
editorPane.discardAllEdits();
initialContentSize = editorPane.getDocument().getLength();
initialContentHash = editorPane.getText().hashCode();
consoleContainerPanel.setVisible(false);
jPanel7.setOpaque(true);
jPanel7.setBackground(editorPane.getBackground());
consoleContainerPanel.setVisible(false);
UIUtil.invokeLater(4, new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit dcde48b

Please sign in to comment.