1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Dialog size saving correction

This commit is contained in:
Oleg Krasilnikov 2007-10-02 14:51:29 +00:00
parent f969cc0ef9
commit 5edb9af176

View file

@ -154,7 +154,7 @@ implements
protected ArrayList itabs = new ArrayList();
protected ICPropertyTab currentTab;
private boolean isNewOpening = true;
private static boolean isNewOpening = true;
protected class InternalTab {
Composite comp;