[Kst] branches/work/kst/portto4/kst/src/libkstapp
Barth Netterfield
netterfield at astro.utoronto.ca
Wed Feb 18 02:45:37 CET 2009
SVN commit 927663 by netterfield:
Place annoying debug message into plotitem.cpp to remind us that
paint is being continuously called...
M +1 -0 plotitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #927662:927663
@@ -548,6 +548,7 @@
void PlotItem::paint(QPainter *painter) {
+ qDebug() << "PlotItem::paint called";
painter->save();
if (parentViewItem() && isInSharedAxisBox()) {
setBrush(Qt::transparent);
More information about the Kst
mailing list