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:
Ivan Vučica 2016-01-17 21:36:09 +00:00
parent 3ac59cea1d
commit d5be414105

View file

@ -683,6 +683,11 @@ static GSValidationCenter *vc = nil;
return;
}
if (!_visible)
{
[self setVisible:YES];
}
palette = [GSToolbarCustomizationPalette palette];
if (palette != nil)