mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Restore fix for @97351199e
This commit is contained in:
parent
e4bd00f6eb
commit
c50ef9d8fa
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ static NSImage *_pbc_image[5];
|
|||
|
||||
if (_menu != nil)
|
||||
{
|
||||
// prevent further actions on the menu
|
||||
_pbcFlags.usesItemFromMenu = NO;
|
||||
[self setMenu: nil];
|
||||
}
|
||||
_selectedItem = nil;
|
||||
|
|
Loading…
Reference in a new issue