Commit 6d5efa89 authored by Johanna Okerlund's avatar Johanna Okerlund

Error close when Debugging pressed

parent b8b331cc
......@@ -36,8 +36,8 @@ public final class ErrorReporter {
* Initializes the ErrorPopup.
*/
ErrorPopup() {
//super(false);
super(true); //JOHANNA
super(false);
//super(true); //JOHANNA
// I'm leaving this setSTyleName line here as a comment, to show the typical way to define
......
......@@ -116,6 +116,7 @@ public class TopPanel extends Composite {
debugging.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
ode.switchToDebuggingView();
ErrorReporter.hide(); ///JOHANNA
}
}
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment