Changeset 455

Show
Ignore:
Timestamp:
Tue Jun 17 23:30:26 2008
Author:
Brian
Message:

Windows wouldn't accept 'ANY' suffix for cursor, 'BMP' required

Files:

Legend:

Unmodified
Added
Removed
Modified
  • ganttpv/trunk/ORM.py

    r454 r455  
    3417 3417  
    3418 3418         self.pointer_cursor = wx.StockCursor(wx.CURSOR_ARROW) # wx.Cursor(Menu.IconPath("icons/pointer.bmp"), wx.BITMAP_TYPE_ANY, 5, 0)  
    3419           self.pencil_cursor = wx.Cursor(Menu.IconPath("icons/Pencil.bmp"), wx.BITMAP_TYPE_ANY, 4, 15)  
      3419         self.pencil_cursor = wx.Cursor(Menu.IconPath("icons/Pencil.bmp"), wx.BITMAP_TYPE_BMP, 4, 15)  
    3419 3419         wx.EVT_KEY_DOWN(self, self.OnShiftKey)  
    3420 3420         wx.EVT_KEY_UP(self, self.OnShiftKey)