Author: espectador
Date: Tue Feb 17 08:04:55 2015
New Revision: 38346

URL: http://svn.gna.org/viewcvs/gnustep?rev=38346&view=rev
Log:
Fix for PopUps.

Modified:
    plugins/themes/WinUXTheme/ChangeLog
    plugins/themes/WinUXTheme/WinNSMenu.m

Modified: plugins/themes/WinUXTheme/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/plugins/themes/WinUXTheme/ChangeLog?rev=38346&r1=38345&r2=38346&view=diff
==============================================================================
--- plugins/themes/WinUXTheme/ChangeLog (original)
+++ plugins/themes/WinUXTheme/ChangeLog Tue Feb 17 08:04:55 2015
@@ -1,3 +1,9 @@
+2015-02-17 German Arias <[email protected]>
+
+       * WinNSMenu.m (-doesProcessEventsForPopUpMenu): Return NO since the
+       theme handles all of the popUpMenu event process natively. So we
+       don't need handle these
+
 2015-02-11 Gregory John Casamento <[email protected]>
 
        * WinNSOpenPanel.m: Change call to not pull the first type if the

Modified: plugins/themes/WinUXTheme/WinNSMenu.m
URL: 
http://svn.gna.org/viewcvs/gnustep/plugins/themes/WinUXTheme/WinNSMenu.m?rev=38346&r1=38345&r2=38346&view=diff
==============================================================================
--- plugins/themes/WinUXTheme/WinNSMenu.m       (original)
+++ plugins/themes/WinUXTheme/WinNSMenu.m       Tue Feb 17 08:04:55 2015
@@ -554,7 +554,8 @@
 
 - (BOOL) doesProcessEventsForPopUpMenu
 {
-  return YES; // this theme handles all of the popUpMenu event processing
+  return NO; /* this theme handles all of the popUpMenu event process
+               natively. So we don't need handle these. */
 }
 
 @end


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to