Skip to content

KMessageWidget: Ensure correct tab order of action buttons

Ingo Klöcker requested to merge work/kloecker/kmessagewidget-tab-order into master

Without this fix the Close button was before the action buttons in the tab order. And if actions were added after the whole UI had been set up, then the action buttons were added after all existing widgets in the tab order.

Merge request reports