Changeset 1ad50d8d04611b1640159dde0efde1a2c74229ab
- Timestamp:
- 09/10/08 18:29:42 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 4a56e77388e66e83cd7134ba0da4bb42f9d82334
- Children:
- 5cd4c96dcc4c4bcab89e73077059b0ba0415d269
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-09-10T18:29:42Z+0200
- Message:
-
Fixed color selection in preferences dialog
2008-09-10 Armin Burgmeier <armin@…>
- src/dialogs/preferencesdialog.cpp: Use notify::color instead of
signal_color_set on ColorButton?, because ColorButton::set_color (as
used by HueButton?) odes not emit the latter.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4a56e77
|
r1ad50d8
|
|
| | 1 | 2008-09-10 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * src/dialogs/preferencesdialog.cpp: Use notify::color instead of |
| | 4 | signal_color_set on ColorButton, because ColorButton::set_color (as |
| | 5 | used by HueButton) odes not emit the latter. |
| | 6 | |
| 1 | 7 | 2008-09-10 Armin Burgmeier <armin@arbur.net> |
| 2 | 8 | |
-
|
r0706e21
|
r1ad50d8
|
|
| 162 | 162 | Preferences::Option<double>& option) |
| 163 | 163 | { |
| 164 | | color_button.signal_color_set().connect( |
| | 164 | color_button.property_color().signal_changed().connect( |
| 165 | 165 | sigc::compose( |
| 166 | 166 | sigc::mem_fun( |