| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Editra
Revision: 55459
Author: CJP
Date: 04 Sep 2008 14:12:01
Changes:Improved dropdown menu alignment on msw.
Files:| ... | ...@@ -4850,7 +4850,7 @@ | |
| 4850 | 4850 | # Calculate the approximate size of the popupmenu for setting the |
| 4851 | 4851 | # position of the menu when its shown. |
| 4852 | 4852 | # Account for extra padding on left/right of text on mac menus |
| 4853 | if wx.Platform == '__WXMAC__': | |
| 4853 | if wx.Platform in ['__WXMAC__', '__WXMSW__']: | |
| 4854 | 4854 | longest += 32 |
| 4855 | 4855 | |
| 4856 | 4856 | # Bitmap width + padding |