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
Graphics
Krita
Commits
02eca571
Commit
02eca571
authored
Apr 07, 2019
by
Ivan Yossi
👌
Browse files
Fix wrong bounding box on gradient map
BUG:406234
parent
6f3ea24f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/ui/widgets/kis_stopgradient_slider_widget.cpp
View file @
02eca571
...
...
@@ -63,7 +63,7 @@ void KisStopGradientSliderWidget::updateHandleSize()
int
KisStopGradientSliderWidget
::
handleClickTolerance
()
const
{
// the size of the default text!
return
m_handleSize
.
height
();
return
m_handleSize
.
width
();
}
void
KisStopGradientSliderWidget
::
setGradientResource
(
KoStopGradient
*
gradient
)
...
...
Write
Preview
Supports
Markdown
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