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
|
* @param msg - text to be shown instead of panes
|
||||||
*/
|
*/
|
||||||
protected void setAllVisible(boolean visible, String msg) {
|
protected void setAllVisible(boolean visible, String msg) {
|
||||||
if (!visible)
|
setBackgroundText(visible ? EMPTY_STR : msg);
|
||||||
setBackgroundText(msg);
|
|
||||||
usercomp.setVisible(visible);
|
usercomp.setVisible(visible);
|
||||||
buttoncomp.setVisible(visible);
|
buttoncomp.setVisible(visible);
|
||||||
if (page != null) {
|
if (page != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue