mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Dialog size saving correction
This commit is contained in:
parent
f969cc0ef9
commit
5edb9af176
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ implements
|
||||||
protected ArrayList itabs = new ArrayList();
|
protected ArrayList itabs = new ArrayList();
|
||||||
protected ICPropertyTab currentTab;
|
protected ICPropertyTab currentTab;
|
||||||
|
|
||||||
private boolean isNewOpening = true;
|
private static boolean isNewOpening = true;
|
||||||
|
|
||||||
protected class InternalTab {
|
protected class InternalTab {
|
||||||
Composite comp;
|
Composite comp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue