Tag: cws_src680_dba22c
User: oj      
Date: 2007/01/08 02:55:55

Modified:
   dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx

Log:
 #137758# autotimer stoped when visible state changed

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppDetailPageHelper.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.20.14.1&r2=1.20.14.2
Delta lines:  +10 -3
--------------------
--- AppDetailPageHelper.cxx     4 Jan 2007 11:17:07 -0000       1.20.14.1
+++ AppDetailPageHelper.cxx     8 Jan 2007 10:55:53 -0000       1.20.14.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppDetailPageHelper.cxx,v $
  *
- *  $Revision: 1.20.14.1 $
+ *  $Revision: 1.20.14.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/01/04 11:17:07 $
+ *  last change: $Author: oj $ $Date: 2007/01/08 10:55:53 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -335,6 +335,7 @@
             m_pLists[i]->clearCurrentSelectionEntry();
                        m_pLists[i]->Hide();
                        ::std::auto_ptr<DBTreeListBox> aTemp(m_pLists[i]);
+            m_pLists[i]->clearCurrentSelectionEntry();
                        m_pLists[i] = NULL;
                }
 
@@ -681,12 +682,18 @@
                pCurrent->Hide();
 
        showPreview(NULL);
+    BOOL bHasFocus = FALSE;
        m_aFL.Show();
+    {
+        bHasFocus = pCurrent->HasChildPathFocus();
        _pWindow->Show();
+    }
        m_aTBPreview.Show();
        m_aBorder.Show();
        switchPreview(m_ePreviewMode,TRUE);
 
+    if ( bHasFocus )
+        _pWindow->GrabFocus();
        Resize();
 }
 // 
-----------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to