[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Sun Sep 26 11:59:36 CEST 2010
SVN commit 1179860 by kuemmel:
remove show frame of view
M +1 -0 view.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/view.cpp #1179859:1179860
@@ -72,6 +72,7 @@
scene()->installEventFilter(this);
setInteractive(true);
setRenderHints(QPainter::Antialiasing | QPainter::TextAntialiasing | QPainter::SmoothPixmapTransform);
+ setFrameStyle(QFrame::NoFrame);
setContextMenuPolicy(Qt::DefaultContextMenu);
More information about the Kst
mailing list