Revision: 56992
http://sourceforge.net/p/brlcad/code/56992
Author: vladbogo
Date: 2013-08-20 14:21:49 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
Process events before generating a new update request event - this is necessary
so that the window is exposed when performing the first update request event.
Modified Paths:
--------------
brlcad/trunk/src/libdm/dm-qt.cpp
Modified: brlcad/trunk/src/libdm/dm-qt.cpp
===================================================================
--- brlcad/trunk/src/libdm/dm-qt.cpp 2013-08-20 13:29:46 UTC (rev 56991)
+++ brlcad/trunk/src/libdm/dm-qt.cpp 2013-08-20 14:21:49 UTC (rev 56992)
@@ -102,8 +102,10 @@
privars->painter->end();
delete privars->painter;
privars->painter = NULL;
+ privars->qapp->processEvents();
+
qt_sendRepaintEvent(dmp);
- dmp->dm_processEvents(dmp);
+ privars->qapp->processEvents();
bu_log("qt_drawEnd called\n");
return TCL_OK;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits