Fix a crash in DecorationButtonGroup
Amends efaeb708.
The createButtons lambda captures "settings" as a reference. However, that reference will be dangling after leaving the scope of the constructor.
Amends efaeb708.
The createButtons lambda captures "settings" as a reference. However, that reference will be dangling after leaving the scope of the constructor.