Skip to content

[KCommandBar] Fixed a crash when triggering some actions

Eugene Popov requested to merge epopov/kconfigwidgets:bug480948 into master

Triggering some actions may cause the command bar to lose input focus and be destroyed too early. To avoid this, we should hide the command bar before triggering the action.

BUG: 480948

Merge request reports