• jean-pierre charras's avatar
    Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to... · fafd19c6
    jean-pierre charras authored
    Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop.
    wxUpdateUIEvent events can be sent to parent frames, when opening a menu in a child frame, if parent and child frame share same ID fro menuitems (or tools)
    The wrong menuitem can be used in some cases ( because there are more than one menuitem with the same identifier), by a wxUpdateUIEvent event function run in a parent frame.
    fafd19c6
Name
Last commit
Last update
..
dialogs Loading commit data...
CMakeLists.txt Loading commit data...
Info.plist Loading commit data...
class_treeproject_item.cpp Loading commit data...
class_treeproject_item.h Loading commit data...
class_treeprojectfiles.cpp Loading commit data...
class_treeprojectfiles.h Loading commit data...
commandframe.cpp Loading commit data...
file_pro.icns Loading commit data...
files-io.cpp Loading commit data...
kicad.cpp Loading commit data...
kicad.h Loading commit data...
kicad.icns Loading commit data...
kicad.rc Loading commit data...
kicad_doc.icns Loading commit data...
logokicad.png Loading commit data...
mainframe.cpp Loading commit data...
menubar.cpp Loading commit data...
pgm_kicad.h Loading commit data...
preferences.cpp Loading commit data...
prjconfig.cpp Loading commit data...
project_template.cpp Loading commit data...
project_template.h Loading commit data...
tree_project_frame.cpp Loading commit data...
tree_project_frame.h Loading commit data...