1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Terminals: Fix terminal settings dialog not revalidated on switching the terminal type

This commit is contained in:
Uwe Stieber 2015-02-23 07:48:49 +01:00
parent 3cbabbb4b8
commit dfa4b4d51f

View file

@ -314,6 +314,8 @@ public class LaunchTerminalSettingsDialog extends TrayDialog {
// resize the dialog if needed to show the complete panel
getShell().pack();
// validate the settings dialog
validate();
}
});