issue-#70 resetting a menu item label to its original value
Posted: Wed Sep 23, 2015 7:34 am
This bug is due to an optimization in HostMenus.PrepareMenu where a menu
item label is only updated in the underlying Windows menu item when it
differs from its standard value. Resetting a changed label to its standard
value is thereby not possible.
The proposed fix is to remove this optimization, which does not produce any
visible advantage anyway because the involved menu handling WinApi calls are
fast enough.
For the issue see http://redmine.blackboxframework.org/issues/70.
For the changes see http://redmine.blackboxframework.org/pr ... 3cd5beae40.
- Josef
item label is only updated in the underlying Windows menu item when it
differs from its standard value. Resetting a changed label to its standard
value is thereby not possible.
The proposed fix is to remove this optimization, which does not produce any
visible advantage anyway because the involved menu handling WinApi calls are
fast enough.
For the issue see http://redmine.blackboxframework.org/issues/70.
For the changes see http://redmine.blackboxframework.org/pr ... 3cd5beae40.
- Josef