From d68cbe712f2b24973d2b83160e056d070f96c92c Mon Sep 17 00:00:00 2001 From: ivucica Date: Sun, 17 Jan 2016 21:36:09 +0000 Subject: [PATCH] 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 --- Source/NSToolbar.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/NSToolbar.m b/Source/NSToolbar.m index eda4f98ea..4a1961243 100644 --- a/Source/NSToolbar.m +++ b/Source/NSToolbar.m @@ -683,6 +683,11 @@ static GSValidationCenter *vc = nil; return; } + if (!_visible) + { + [self setVisible:YES]; + } + palette = [GSToolbarCustomizationPalette palette]; if (palette != nil)