Kaydet (Commit) a14d7e3b authored tarafından David Tardon's avatar David Tardon

tdf#91671 avoid use of already disposed control

Change-Id: I9cf5feeb2fc0ea91c7684aaf8adc2809907fa5d7
üst 39f30397
...@@ -166,7 +166,8 @@ namespace pcr ...@@ -166,7 +166,8 @@ namespace pcr
void OPropertyEditor::GetFocus() void OPropertyEditor::GetFocus()
{ {
m_aTabControl->GrabFocus(); if ( m_aTabControl )
m_aTabControl->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