Skip to content
Snippets Groups Projects
Commit c4a5b2c0 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.statesEditor: fix for colorAlpha

parent 3d0ad00a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ Rectangle {
signal startRenaming
color: "#4f4f4f";
property color colorAlpha: "#994f4f4f";
function adjustCurrentStateIndex() {
if (currentStateIndex >= statesEditorModel.count)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment