From de4c3b2b994115d085767a5dae4ffbb77b3e8fb2 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Fri, 27 Jul 2007 03:30:53 +0000 Subject: Filter effects dialog: First commit of improvements to the dialog discussed on the dev list. The dialog now tracks the selection and selects the appropriate filter, as well as displaying a small icon to indicate what filter(s) are applied to the selection. (bzr r3313) --- src/ui/widget/filter-effect-chooser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/widget') diff --git a/src/ui/widget/filter-effect-chooser.h b/src/ui/widget/filter-effect-chooser.h index 3410e0146..9a49f523b 100644 --- a/src/ui/widget/filter-effect-chooser.h +++ b/src/ui/widget/filter-effect-chooser.h @@ -45,10 +45,12 @@ protected: { add(filter); add(id); + add(sel); } Gtk::TreeModelColumn filter; Gtk::TreeModelColumn id; + Gtk::TreeModelColumn sel; }; virtual void update_filters(); -- cgit v1.2.3