Skip to content

Fix binding loop for property "actions" in ToolBarPageHeader

Arjen Hiemstra requested to merge work/ahiemstra/bindingloop into master

Changing properties on the actions while we're evaluating a different property will cause that property to be reevaluated which triggeres a binding loop warning.

Merge request reports