forgot to remove this line

This commit is contained in:
Manindra Moharana
2013-08-19 21:51:40 +05:30
parent 1035618665
commit acbba41984

View File

@@ -232,7 +232,8 @@ public class DebugEditor extends JavaEditor implements ActionListener {
ta.setECSandThemeforTextArea(errorCheckerService, dmode);
addXQModeUI();
//TODO: Remove this later
setBounds(160, 300, getWidth(), getHeight());
if(ExperimentalMode.DEBUG)
setBounds(160, 300, getWidth(), getHeight());
}
private void addXQModeUI(){