Skip to content

Commit

Permalink
Renaming a file in Explorer perspective is not readable on Windows in
Browse files Browse the repository at this point in the history
dark mode apache#3560
  • Loading branch information
nadment committed Jan 22, 2024
1 parent a5574e2 commit 1b51601
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ private void renameFile(TreeItem item) {

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

0 comments on commit 1b51601

Please sign in to comment.