mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-52158 Debugger views stop to update after changing layout
This commit is contained in:
@@ -64,7 +64,7 @@ public abstract class UpdatableDebuggerView extends JPanel implements DebuggerVi
|
||||
}
|
||||
|
||||
protected final boolean isUpdateEnabled() {
|
||||
return myUpdateEnabled;
|
||||
return myUpdateEnabled || isShowing();
|
||||
}
|
||||
|
||||
public final void setUpdateEnabled(final boolean enabled) {
|
||||
|
||||
Reference in New Issue
Block a user