mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-139962 log: filter action should be dumb-aware
(cherry picked from commit ccc3fdd1ddcb32876ac5321a657ade3c450e1aee)
This commit is contained in:
committed by
Julia Beliaeva
parent
468391cb0a
commit
5f596d7209
+2
-1
@@ -16,6 +16,7 @@
|
||||
package com.intellij.vcs.log.ui.filter;
|
||||
|
||||
import com.intellij.openapi.actionSystem.*;
|
||||
import com.intellij.openapi.project.DumbAware;
|
||||
import com.intellij.openapi.project.DumbAwareAction;
|
||||
import com.intellij.openapi.project.Project;
|
||||
import com.intellij.openapi.util.text.StringUtil;
|
||||
@@ -221,7 +222,7 @@ class StructureFilterPopupComponent extends FilterPopupComponent<VcsLogFileFilte
|
||||
}
|
||||
}
|
||||
|
||||
private class SelectVisibleRootAction extends ToggleAction {
|
||||
private class SelectVisibleRootAction extends ToggleAction implements DumbAware {
|
||||
@NotNull private final CheckboxColorIcon myIcon;
|
||||
@NotNull private final VirtualFile myRoot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user