IDEA-95173 Problems tool window: don't change status message panel width while compiling

This commit is contained in:
Eugene Zhuravlev
2012-11-16 19:36:03 +01:00
parent 16cb560d93
commit 6ccb0a2e25
@@ -421,7 +421,7 @@ public class NewErrorTreeViewPanel extends JPanel implements DataProvider, Occur
public void clearProgressData() {
if (myProgressPanel != null) {
myProgressText = "";
myProgressText = " ";
myFraction = 0.0f;
updateProgress();
}