DarkRadiant: master dfbe8e41

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 22.06.2022 19:22 master bfebe768
Changeset EventManager maintains a map of menu ID -> command strings

Use a "reverse map" alongside the forward map of command strings to
wxMenuItem pointers, avoiding the need for a slow search for a specific
menu ID in onMenuItemClicked().
mod - radiant/eventmanager/EventManager.cpp Diff File
mod - radiant/eventmanager/EventManager.h Diff File