Revision: 78240
http://sourceforge.net/p/brlcad/code/78240
Author: starseeker
Date: 2021-02-12 16:12:14 +0000 (Fri, 12 Feb 2021)
Log Message:
-----------
Qt is printing warnings indicating we need to end the painter first.
Modified Paths:
--------------
brlcad/trunk/src/libdm/qt/if_qt.cpp
Modified: brlcad/trunk/src/libdm/qt/if_qt.cpp
===================================================================
--- brlcad/trunk/src/libdm/qt/if_qt.cpp 2021-02-12 16:10:05 UTC (rev 78239)
+++ brlcad/trunk/src/libdm/qt/if_qt.cpp 2021-02-12 16:12:14 UTC (rev 78240)
@@ -1479,6 +1479,7 @@
render(&painter);
+ painter.end();
m_backingStore->endPaint();
m_backingStore->flush(rect);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits