eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Do not use filterMenuRec for Calendar menus #1209

Closed nsteger closed 2 weeks ago

nsteger commented 2 weeks ago

MenuUtility.filterMenusRec(List, Predicate) wrappes menus with child actions. In the case of the calendar, no wrapper menus should be used, since wrapper menus won't propagate the owner value change event. Added new method MenuUtility.filterMenus(List, Predicate) which is used by the calendar instead

332126

nsteger commented 2 weeks ago

Cherry Pick from https://github.com/eclipse-scout/scout.rt/pull/1126