Browse Source

same for find/replace

Teh-Hai Julian Zheng 7 years ago
parent
commit
49f49a0b68
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ui/view/GUI.java

+ 1 - 0
src/ui/view/GUI.java

@@ -672,6 +672,7 @@ public class GUI<E> implements CategoryListener {
 					SearchPopUp dialog = new SearchPopUp(controller, canvas);
 					dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
 					dialog.setVisible(true);
+					controller.getObjectsInDepth();
 				} catch (Exception ex) {
 					ex.printStackTrace();
 				}