Kaydet (Commit) c975bee3 authored tarafından Miklos Vajna's avatar Miklos Vajna

tdf#91227 vcl: fix crash in ImplListBox during paste special in Writer

Change-Id: I65637e7a205c443ff104a1ed5469aabd69571635
üst 26ebcb02
......@@ -2241,6 +2241,9 @@ void ImplListBox::SetNoSelection()
void ImplListBox::GetFocus()
{
if (!maLBWindow || maLBWindow->IsDisposed())
return;
maLBWindow->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