[rkward-cvs] SF.net SVN: rkward: [1326] trunk/rkward
    tfry at users.sourceforge.net 
    tfry at users.sourceforge.net
       
    Mon Feb  5 14:54:46 UTC 2007
    
    
  
Revision: 1326
          http://svn.sourceforge.net/rkward/?rev=1326&view=rev
Author:   tfry
Date:     2007-02-05 06:54:46 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
Make sure focus stays inside console, when pressing F8 within the console
Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/rkward/rkconsole.cpp
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2007-02-05 12:28:59 UTC (rev 1325)
+++ trunk/rkward/ChangeLog	2007-02-05 14:54:46 UTC (rev 1326)
@@ -1,3 +1,4 @@
+- fixed: pressing F8 in the console would remove input focus from the console
 - pressing tab changes focus while in a single line text input field
 - fix several small problems with detached windows
 - fix a problem with keeping the list of objects up to date
Modified: trunk/rkward/rkward/rkconsole.cpp
===================================================================
--- trunk/rkward/rkward/rkconsole.cpp	2007-02-05 12:28:59 UTC (rev 1325)
+++ trunk/rkward/rkward/rkconsole.cpp	2007-02-05 14:54:46 UTC (rev 1326)
@@ -666,6 +666,7 @@
 
 	QString command = cleanedSelection ();
 	pipeUserCommand (new RCommand (command, RCommand::User));
+	setFocus ();
 }
 
 void RKConsole::showContextHelp () {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
    
    
More information about the rkward-tracker
mailing list