Open rpgauthier opened 2 years ago
copy and past is exhibiting inconsistent behaviours on OSX:
1) cmd+C shortcuts not always working 2) popup menus not always working 3) not all data being copied when large tables are copied
resolved popup menus issues by changing menu id to a dynamic is using wx.ID_ANY instead of wx.ID_COPY Also identified and resolved a loop error when copying contents of tables with dynamic columns
copy and past is exhibiting inconsistent behaviours on OSX:
1) cmd+C shortcuts not always working 2) popup menus not always working 3) not all data being copied when large tables are copied