rpgauthier / ComputationalThematicAnalysisToolkit

MIT License
12 stars 6 forks source link

General: Copy and Paste not behaving correctly on OSX #28

Open rpgauthier opened 2 years ago

rpgauthier commented 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

rpgauthier commented 2 years ago

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