You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ public void getName(AccessibleEvent e) {
334
334
* @return true if the event is relevant, false if it can be ignored
335
335
*/
336
336
privatebooleanignoreEvent(ObjectchangedObj) {
337
-
if (perspSwitcherToolControl == null || perspSwitcherToolbar.isDisposed()) {
0 commit comments