Skip to content

Commit

Permalink
Fix color picker selected signal call
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoStanojevic12 committed Nov 23, 2024
1 parent 72ef481 commit ea3ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMaterial/Components/Inputs/ColorPicker/ColorPicker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ MMaterial.Dialog {
onAccepted: () => {
root.selectedColor = root.currentColor
root.addToHistory(root.currentColor)
root.selected(root.selectedColor)
root.selected()
root.close()
}

Expand Down

0 comments on commit ea3ac3a

Please sign in to comment.