Skip to content

Commit 9aec3f3

Browse files
committed
minor fix
1 parent 1b5cec5 commit 9aec3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/editor/AnnotationEditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ qx.Class.define("osparc.editor.AnnotationEditor", {
164164
}
165165

166166
const colorPicker = this.getChildControl("color-picker");
167-
marker.bind("color", colorPicker, "color");
168-
colorPicker.bind("color", marker, "color");
167+
marker.bind("color", colorPicker, "value");
168+
colorPicker.bind("value", marker, "color");
169169
},
170170

171171
addDeleteButton: function() {

0 commit comments

Comments
 (0)