Tag: cws_dev300_dba31b User: oj Date: 2008-08-18 08:26:38+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: #i91091# make selection visible and set cursor File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.203&r2=1.203.8.1 Delta lines: +5 -2 ------------------- --- unodatbr.cxx 2008-07-25 07:49:06+0000 1.203 +++ unodatbr.cxx 2008-08-18 08:26:36+0000 1.203.8.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodatbr.cxx,v $ - * $Revision: 1.203 $ + * $Revision: 1.203.8.1 $ * * This file is part of OpenOffice.org. * @@ -2291,6 +2291,9 @@ } else m_pTreeView->getListBox().Select(pCommand); + + m_pTreeView->getListBox().MakeVisible(pCommand); + m_pTreeView->getListBox().SetCursor(pCommand); } else if (!pCommandType) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
