diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index 7ac7bccb6131..c0cffcf5e339 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -686,7 +686,7 @@ void OAppDetailPageHelper::setDetailPage(Window* _pWindow) bool bHasFocus = false; m_aFL.Show(); { - bHasFocus = pCurrent->HasChildPathFocus(); + bHasFocus = pCurrent != 0 && pCurrent->HasChildPathFocus(); _pWindow->Show(); } m_aTBPreview.Show(); |