We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bed0b5 commit 243aa3aCopy full SHA for 243aa3a
src/main/java/org/scijava/ui/swing/search/SwingSearchBar.java
@@ -457,6 +457,8 @@ public void mouseMoved(final MouseEvent e) {
457
detailsTitle.setText("");
458
detailsProps.removeAll();
459
detailsButtons.removeAll();
460
+ detailsPane.validate();
461
+ detailsPane.repaint();
462
return;
463
}
464
// populate details pane
@@ -523,6 +525,8 @@ public void mouseMoved(final MouseEvent e) {
523
525
detailsButtons.add(button, "growx");
524
526
527
528
529
530
});
531
532
detailsPane.add(buttons, "pos n 0 100% n");
0 commit comments