diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-07-25 19:12:30 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-07-25 19:12:30 +0000 |
| commit | f0c58835ba91977fd0df1aa9bc4244f803cdcd16 (patch) | |
| tree | 4b605918b7db00d4bfee9dd6eba758f74ff88f17 /src/ui/widget/preferences-widget.cpp | |
| parent | Removes extra unnecesary code pointed by Nathan Hurst (diff) | |
| parent | SPKnot no longer consumes all GDK_KEY_PRESS events (diff) | |
| download | inkscape-f0c58835ba91977fd0df1aa9bc4244f803cdcd16.tar.gz inkscape-f0c58835ba91977fd0df1aa9bc4244f803cdcd16.zip | |
update to trunk
(bzr r13973.1.20)
Diffstat (limited to 'src/ui/widget/preferences-widget.cpp')
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 72597e4d9..e906762e3 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -205,6 +205,7 @@ void PrefCheckButton::init(Glib::ustring const &label, Glib::ustring const &pref void PrefCheckButton::on_toggled() { + this->changed_signal.emit(this->get_active()); if (this->get_visible()) //only take action if the user toggled it { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); |
