Changes between Version 5 and Version 6 of Ticket #737, comment 4
- Timestamp:
- 08/16/14 12:41:01 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #737, comment 4
v5 v6 1 1 > "But... then still... sInfo is very costy whenever there are (rapid) changes." 2 2 3 True - but there are not rapid changes (in your case a widget causes them). There is no realistic prospect (or need) to reduce the slice of time sMenu takes to reconfigure itself after CommandsChanged. I suggest you implement you original idea of only causing a layout update on MouseRelease into your widget.3 True - but there are not rapid changes (in your case a widget causes them). There is no realistic prospect (or need) to reduce the slice of time sMenu takes to reconfigure itself after CommandsChanged. I suggest you implement you original idea of only causing a layout update on MouseRelease into your smart select widget. 4 4 [[BR]] 5 5 [[BR]]