Browse Source

small fix

Kevin Trometer 7 năm trước cách đây
mục cha
commit
4bc100abfc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/ui/view/GUI.java

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

@@ -394,7 +394,7 @@ public class GUI<E> implements CategoryListener {
 
 				if (tabbedPane.getMousePosition() != null) {
 					tabTemp = tabbedPane;
-				} else {
+				} else if (tabbedPane2.getMousePosition() != null) {
 					tabTemp = tabbedPane2;
 				}
 				model.getSelectedCpsObjects().clear();