Kaydet (Commit) 9ee057d0 authored tarafından Jim Raykowski's avatar Jim Raykowski Kaydeden (comit) Caolán McNamara

tdf#119527 Fix focus hidden by mouse click panel collapse

Set focus to the clicked panel title

Change-Id: I65993a6a2f8e7a9a2bdaa6cf4527d5b163d81409
Reviewed-on: https://gerrit.libreoffice.org/59694
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 2c92b886
......@@ -183,6 +183,7 @@ void PanelTitleBar::MouseButtonUp (const MouseEvent& rMouseEvent)
{
mpPanel->SetExpanded( ! mpPanel->IsExpanded());
Invalidate();
GrabFocus();
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment