Kaydet (Commit) 943e2040 authored tarafından Michael Meeks's avatar Michael Meeks

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

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