mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug #229771 Usability: Bad Environment preference dialog layout
This commit is contained in:
parent
6be6c455c6
commit
a26f5af11d
1 changed files with 1 additions and 2 deletions
|
@ -622,8 +622,7 @@ public abstract class AbstractCPropertyTab implements ICPropertyTab {
|
|||
* @param msg - text to be shown instead of panes
|
||||
*/
|
||||
protected void setAllVisible(boolean visible, String msg) {
|
||||
if (!visible)
|
||||
setBackgroundText(msg);
|
||||
setBackgroundText(visible ? EMPTY_STR : msg);
|
||||
usercomp.setVisible(visible);
|
||||
buttoncomp.setVisible(visible);
|
||||
if (page != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue