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
Marco Bubke
flatpak-qt-creator
Commits
6a7a8328
Commit
6a7a8328
authored
Aug 05, 2010
by
Thomas Hartmann
Browse files
QuickToolBar: fixes gradient editing
parent
3ecdb94c
Changes
2
Show whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
View file @
6a7a8328
...
...
@@ -714,12 +714,12 @@ void GradientLine::mouseReleaseEvent(QMouseEvent *event)
m_stops
.
insert
(
index
,
stopPos
);
m_colorList
.
insert
(
index
,
QColor
(
Qt
::
white
));
setCurrentIndex
(
index
);
updateGradient
();
}
}
}
m_dragActive
=
false
;
m_yOffset
=
0
;
updateGradient
();
update
();
setFocus
(
Qt
::
MouseFocusReason
);
}
...
...
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
View file @
6a7a8328
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