mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-95173 Problems tool window: don't change status message panel width while compiling
This commit is contained in:
+1
-1
@@ -421,7 +421,7 @@ public class NewErrorTreeViewPanel extends JPanel implements DataProvider, Occur
|
||||
|
||||
public void clearProgressData() {
|
||||
if (myProgressPanel != null) {
|
||||
myProgressText = "";
|
||||
myProgressText = " ";
|
||||
myFraction = 0.0f;
|
||||
updateProgress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user