Skip to content

Fix a crash in DecorationButtonGroup

Vlad Zahorodnii requested to merge work/zzag/button-group-crash into master

Amends efaeb708.

The createButtons lambda captures "settings" as a reference. However, that reference will be dangling after leaving the scope of the constructor.

Merge request reports