"External Panelize" dialog should use WListbox's change notification. #3565
Labels
area: core
Issues not related to a specific subsystem
prio: low
Minor problem or easily worked around
Milestone
Important
This issue was migrated from Trac:
mooffie
(@mooffie)Currently it uses a MSG_POST_KEY/MSG_FOCUS hack to achieve this.
Advantage:
We'll get rid of a subtle mouse bug. The use of MSG_FOCUS in the hack inadvertently makes clicking the mouse update the command. But MSG_FOCUS is actually fired before the listbox changes its item, so the command seen is the previously selected (you don't always notice this because WListbox's mouse handler uses MOU_REPEAT, which makes the problem sometime fix itself after a fraction of a second).
Note
Original attachments:
mooffie
(@mooffie) onNov 21, 2015 at 22:39 UTC
The text was updated successfully, but these errors were encountered: