Paste P184

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Apr 2 2018, 3:27 PM.
diff --git a/plugins/tools/defaulttool/defaulttool/SelectionDecorator.cpp b/plugins/tools/defaulttool/defaulttool/SelectionDecorator.cpp
index f2171a7..fe25f74 100644
--- a/plugins/tools/defaulttool/defaulttool/SelectionDecorator.cpp
+++ b/plugins/tools/defaulttool/defaulttool/SelectionDecorator.cpp
@@ -80,7 +80,7 @@ void SelectionDecorator::paint(QPainter &painter, const KoViewConverter &convert
bool editable = false;
- Q_FOREACH (KoShape *shape, KoShape::linearizeSubtree(selectedShapes)) {
+ Q_FOREACH (KoShape *shape, /*KoShape::linearizeSubtree*/(selectedShapes)) {
if (!haveOnlyOneEditableShape || !m_showStrokeFillGradientHandles) {
KisHandlePainterHelper helper =
KoShape::createHandlePainterHelper(&painter, shape, converter, m_handleRadius);
dkazakov edited the content of this paste. (Show Details)Apr 2 2018, 3:27 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.