mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Terminals: Fix terminal settings dialog not revalidated on switching the terminal type
This commit is contained in:
parent
3cbabbb4b8
commit
dfa4b4d51f
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,8 @@ public class LaunchTerminalSettingsDialog extends TrayDialog {
|
||||||
|
|
||||||
// resize the dialog if needed to show the complete panel
|
// resize the dialog if needed to show the complete panel
|
||||||
getShell().pack();
|
getShell().pack();
|
||||||
|
// validate the settings dialog
|
||||||
|
validate();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue