mbasaglia / Qt-Color-Widgets

Color wheel widget and dialog for Qt
147 stars 54 forks source link

Update color_dialog.cpp #7

Closed smurphmeister closed 10 years ago

smurphmeister commented 10 years ago

fixed a bug in update_widgets where setting of blockSignals(bool) wasn't being honored

mbasaglia commented 10 years ago

Thanks.

smurphmeister commented 10 years ago

I haven't checked the other classes to see if they do something similar?

And you have the honor of being my first-ever github pull request recipient!

mbasaglia commented 10 years ago

I've just checked and the dialog is the only one which blocks signals.

Anyway, good luck with your future contributions to free software!