[rkward-cvs] SF.net SVN: rkward:[3154] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Oct 26 18:46:37 UTC 2010


Revision: 3154
          http://rkward.svn.sourceforge.net/rkward/?rev=3154&view=rev
Author:   tfry
Date:     2010-10-26 18:46:37 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
Make sure to delete argument hints, properly

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2010-10-26 18:33:48 UTC (rev 3153)
+++ trunk/rkward/ChangeLog	2010-10-26 18:46:37 UTC (rev 3154)
@@ -1,3 +1,4 @@
+- Fixed: Function argument hints would sometimes persist after closing a script window
 - Fixed: "Vector" mode in "Paste special" action did not work correctly
 - Attempt to save workspace on crashes		TODO: detect recovery-file at startup, and offer to load it.
 - Also try to relay SIGABRT and SIGILL to the proper signal handlers

Modified: trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp	2010-10-26 18:33:48 UTC (rev 3153)
+++ trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp	2010-10-26 18:46:37 UTC (rev 3154)
@@ -782,6 +782,7 @@
 
 RKFunctionArgHinter::~RKFunctionArgHinter () {
 	RK_TRACE (COMMANDEDITOR);
+	delete arghints_popup;
 }
 
 void RKFunctionArgHinter::tryArgHint () {


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