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)