Kaydet (Commit) 7e080c31 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS ab42 (1.40.34); FILE MERGED

2008/01/07 11:47:24 ab 1.40.34.1: #i79126# Invalidate SID_SHOW_PROPERTYBROWSER when tab key is used
üst d3ff02c2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: baside3.cxx,v $ * $RCSfile: baside3.cxx,v $
* *
* $Revision: 1.40 $ * $Revision: 1.41 $
* *
* last change: $Author: hr $ $Date: 2007-08-03 09:57:52 $ * last change: $Author: vg $ $Date: 2008-01-28 14:03:36 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -252,6 +252,10 @@ void DialogWindow::KeyInput( const KeyEvent& rKEvt ) ...@@ -252,6 +252,10 @@ void DialogWindow::KeyInput( const KeyEvent& rKEvt )
} }
else else
{ {
SfxBindings* pBindings = BasicIDE::GetBindingsPtr();
if( pBindings && rKEvt.GetKeyCode() == KEY_TAB )
pBindings->Invalidate( SID_SHOW_PROPERTYBROWSER );
if( !pEditor->KeyInput( rKEvt ) ) if( !pEditor->KeyInput( rKEvt ) )
{ {
if( !SfxViewShell::Current()->KeyInput( rKEvt ) ) if( !SfxViewShell::Current()->KeyInput( rKEvt ) )
......
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