Skip to content

Commit

Permalink
Context menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed May 25, 2024
1 parent 40efe88 commit f14da5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ private void refreshInputTextStyle() {
newText.setText(oldText.getText());
configureInputText(newText);
if (mask) {
createContextMenu(newText);
newText.addKeyListener(new TextCopyKeyListener(newText));
}
inputText = newText;
oldText.dispose();
Expand Down

0 comments on commit f14da5f

Please sign in to comment.