From c5640146b5b9d8c5256a7bfa36785e8ac413680b Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 2 Feb 2008 18:37:59 +0000 Subject: Fix dragging a connection in the filter effects dialog into the primitive type column. Was incorrectly causing one of the standard sources to be selected. Fixes bug #168790 (bzr r4638) --- src/ui/dialog/filter-effects-dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index b3dd1a7d0..9c10de593 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -1812,6 +1812,7 @@ bool FilterEffectsDialog::PrimitiveList::on_button_release_event(GdkEventButton* Glib::ustring result; Gtk::TreeIter target_iter = _model->get_iter(path); target = (*target_iter)[_columns.primitive]; + col = get_column(1); Gdk::Rectangle rct; get_cell_area(path, *col, rct); -- cgit v1.2.3