mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
compilation fix
This commit is contained in:
+1
-1
@@ -654,7 +654,7 @@ public abstract class BreakpointWithHighlighter extends Breakpoint {
|
||||
return new AnAction() {
|
||||
public void actionPerformed(AnActionEvent e) {
|
||||
ENABLED = !ENABLED;
|
||||
DebuggerManagerEx.getInstanceEx(getProject()).getBreakpointManager().fireBreakpointChanged(BreakpointWithHighlighter.this);
|
||||
DebuggerManagerEx.getInstanceEx(BreakpointWithHighlighter.this.getProject()).getBreakpointManager().fireBreakpointChanged(BreakpointWithHighlighter.this);
|
||||
updateUI();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user