mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05: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,7 +881,8 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC
|
|||
fCommandInputField=inputField;
|
||||
if(fCommandInputField!=null)
|
||||
fCommandInputField.createControl(fWndParent, this);
|
||||
fWndParent.layout(true);
|
||||
if(fWndParent.isVisible())
|
||||
fWndParent.layout(true);
|
||||
}
|
||||
|
||||
public int getBufferLineLimit() {
|
||||
|
|
Loading…
Add table
Reference in a new issue