mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
3ac59cea1d
commit
d5be414105
1 changed files with 5 additions and 0 deletions
|
@ -683,6 +683,11 @@ static GSValidationCenter *vc = nil;
|
|||
return;
|
||||
}
|
||||
|
||||
if (!_visible)
|
||||
{
|
||||
[self setVisible:YES];
|
||||
}
|
||||
|
||||
palette = [GSToolbarCustomizationPalette palette];
|
||||
|
||||
if (palette != nil)
|
||||
|
|
Loading…
Reference in a new issue