From: jucablues Date: Wed, 12 Dec 2007 01:04:53 +0000 (+0000) Subject: connected a signal to update the filter primitives list treeview when the filters... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=08d96fedbee0d3b6765428bf0d43bafed7924bb2;p=inkscape.git connected a signal to update the filter primitives list treeview when the filters dialog is resized --- diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index d1be155be..e3e9304a8 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -1207,6 +1207,8 @@ FilterEffectsDialog::PrimitiveList::PrimitiveList(FilterEffectsDialog& d) _in_drag(0), _observer(new SignalObserver) { + d.signal_expose_event().connect(sigc::mem_fun(*this, &PrimitiveList::on_expose_signal)); + add_events(Gdk::POINTER_MOTION_MASK | Gdk::BUTTON_PRESS_MASK | Gdk::BUTTON_RELEASE_MASK); signal_expose_event().connect(sigc::mem_fun(*this, &PrimitiveList::on_expose_signal));