Skip to content

Commit

Permalink
see #23359: revert changes from r18924 as they are now obsolete
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18946 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
GerdP authored and GerdP committed Jan 19, 2024
1 parent 6923415 commit cfb5245
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@ public void showNotify() {
}
}

@Override
public void hideNotify() {
super.hideNotify();
this.currentEntry = null;
this.imgDisplay.setImage(null);
}

private static JButton createButton(AbstractAction action, Dimension buttonDim) {
JButton btn = new JButton(action);
btn.setPreferredSize(buttonDim);
Expand Down

0 comments on commit cfb5245

Please sign in to comment.