mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
fix problem with actions being called twice on Windows with the WinUXTheme
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1c5e9e4dd9
commit
fea19d5fbf
3 changed files with 17 additions and 0 deletions
|
@ -130,5 +130,11 @@
|
|||
{
|
||||
// default implementation of this method does nothing.
|
||||
}
|
||||
|
||||
- (BOOL) doesProcessEventsForPopUpMenu
|
||||
{
|
||||
return NO; // themes that handle events in a popUpMenu should return YES
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue