Show
Ignore:
Timestamp:
08/15/10 22:24:46 (22 months ago)
Author:
Carsten
Message:

CaWE: The tools were in a single "radio group" in the menu and in several radio groups in the toolbar, and their synchronization code was flawed as described at < http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/70613>. These changes fix the problem and close #35.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaWE/ToolMorph.hpp

    r36 r118  
    6161 
    6262    // Implementations/overrides of ToolT methods. 
    63     int       GetWxEventID() { return ChildFrameT::ID_MENU_TOOLS_TOOL_EDITVERTICES; } 
     63    int       GetWxEventID() const { return ChildFrameT::ID_MENU_TOOLS_TOOL_EDITVERTICES; } 
    6464    wxWindow* GetOptionsBar(); 
    6565    void      OnActivate(ToolT* OldTool);