mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 07:55:24 +02:00
only re-layout hen the parent is visible
This commit is contained in:
parent
ee9c1f6531
commit
e4e7a45b2a
1 changed files with 2 additions and 1 deletions
|
@ -881,6 +881,7 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC
|
||||||
fCommandInputField=inputField;
|
fCommandInputField=inputField;
|
||||||
if(fCommandInputField!=null)
|
if(fCommandInputField!=null)
|
||||||
fCommandInputField.createControl(fWndParent, this);
|
fCommandInputField.createControl(fWndParent, this);
|
||||||
|
if(fWndParent.isVisible())
|
||||||
fWndParent.layout(true);
|
fWndParent.layout(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue