Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tusooa Zhu
Krita
Commits
550d1516
Commit
550d1516
authored
Jun 04, 2013
by
Dmitry Kazakov
Browse files
Fixed a right-to-left Vector Selection
It should use normalized values
parent
dfaea178
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/plugins/tools/selectiontools/kis_tool_select_rectangular.cc
View file @
550d1516
...
...
@@ -89,7 +89,7 @@ void KisToolSelectRectangular::finishRect(const QRectF& rect)
helper
.
selectPixelSelection
(
tmpSel
,
m_widgetHelper
.
selectionAction
());
}
}
else
{
QRectF
documentRect
=
convertToPt
(
r
ect
);
QRectF
documentRect
=
convertToPt
(
r
c
);
helper
.
addSelectionShape
(
KisShapeToolHelper
::
createRectangleShape
(
documentRect
));
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment