Skip to content

Dialog: Unbreak standardButton() method

ivan tkachenko requested to merge work/ratijas/dialog-buttons into master

Without this fix, org.kde.kirigami/Dialog::standardButton() method is unusable due to footer not being an instance of T.DialogButtonBox by design. So, the method should be overwritten to use correct target.

Merge request reports