Kaydet (Commit) 010eb062 authored tarafından Michael Meeks's avatar Michael Meeks

tdf#91431 - fix post-dispose focus issue in color window.

Change-Id: I7990cbddc8c664da5ec6521cf8e036ca67d5ce0e
üst 08ab1bc2
......@@ -307,7 +307,8 @@ void ImplGrafControl::dispose()
void ImplGrafControl::GetFocus()
{
maField->GrabFocus();
if (maField)
maField->GrabFocus();
}
class ImplGrafModeControl : public ListBox
......
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