Skip to content

Commit

Permalink
GzColor ColorDialogue fix (#459)
Browse files Browse the repository at this point in the history
Signed-off-by: youhy <haoyuan2019@outlook.com>
  • Loading branch information
AzulRadio authored Aug 8, 2022
1 parent 6758eb0 commit ec16040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ignition/gui/qml/GzColor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Item {
title: "Choose a color"
visible: false
showAlphaChannel: true
modality: Qt.ApplicationModal
onAccepted: {
r = gzColorDialog.color.r
g = gzColorDialog.color.g
Expand Down

0 comments on commit ec16040

Please sign in to comment.