Lioncash 5ae6c21c2e CodeWindow: Eliminate explicit menu item updating from CodeWindow
Gets rid of more menu-related code from CodeWindow and puts it back in
CFrame where it belongs.

This turns the previous menu update function within CodeWindow into one
that simply updates the debugger font for its managed controls. It also
improves how the font is actually updated. Previously, fonts would change,
however this wouldn't actually reflect onto the respective controls until
a refresh or update event occurred. Since codeview, callstack, symbols,
callers, and calls windows are all managed by a wxAuiManager instance,
calling Update() on it after the font has been set will reflect font
changes immediately.
2016-11-04 00:01:45 -04:00
..
2016-11-02 17:46:52 +01:00
2016-11-02 17:46:52 +01:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:22 +11:00
2016-10-04 13:47:22 +11:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:22 +11:00
2016-10-04 13:47:22 +11:00
2016-10-04 13:47:22 +11:00
2016-10-04 13:47:22 +11:00
2016-10-28 20:03:35 -04:00
2016-11-02 17:46:52 +01:00
2016-11-02 17:46:52 +01:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:21 +11:00
2016-10-04 13:47:22 +11:00
2016-10-04 13:47:22 +11:00
2016-11-02 17:46:52 +01:00
2016-10-01 15:50:28 -04:00