[rkward-cvs] SF.net SVN: rkward:[4267] trunk/rkward/rkward/plugin/rkpreviewbox.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon May 28 16:10:51 UTC 2012
Revision: 4267
http://rkward.svn.sourceforge.net/rkward/?rev=4267&view=rev
Author: tfry
Date: 2012-05-28 16:10:51 +0000 (Mon, 28 May 2012)
Log Message:
-----------
For safety...
Modified Paths:
--------------
trunk/rkward/rkward/plugin/rkpreviewbox.cpp
Modified: trunk/rkward/rkward/plugin/rkpreviewbox.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkpreviewbox.cpp 2012-05-28 16:07:00 UTC (rev 4266)
+++ trunk/rkward/rkward/plugin/rkpreviewbox.cpp 2012-05-28 16:10:51 UTC (rev 4267)
@@ -117,7 +117,9 @@
RK_TRACE (PLUGIN);
if (!code_property) return;
- if (!parentComponent ()->isSatisfied ()) {
+ ComponentStatus s = parentComponent ()->recursiveStatus ();
+ if (s != Satisfied) {
+ if (s == Processing) tryPreview ();
return;
}
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