Skip to content

Commit

Permalink
Renaming a file in FileDialog is not readable on Windows in dark
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Feb 7, 2024
1 parent 18ccdf6 commit ffc0ede
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,7 @@ public void renameFile() {

text.selectAll();
text.setFocus();
PropsUi.setLook(text);
wBrowserEditor.setEditor(text, item);
}
}
Expand Down

0 comments on commit ffc0ede

Please sign in to comment.