mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 15:30:59 +00:00
Show toolbar before customizing.
Cherrypicking paullanders' r39256 (Testplant branch). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a5a13c609
commit
d68cbe712f
1 changed files with 5 additions and 0 deletions
|
@ -683,6 +683,11 @@ static GSValidationCenter *vc = nil;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!_visible)
|
||||||
|
{
|
||||||
|
[self setVisible:YES];
|
||||||
|
}
|
||||||
|
|
||||||
palette = [GSToolbarCustomizationPalette palette];
|
palette = [GSToolbarCustomizationPalette palette];
|
||||||
|
|
||||||
if (palette != nil)
|
if (palette != nil)
|
||||||
|
|
Loading…
Reference in a new issue