summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69c4b4a)
raw | patch | inline | side by side (parent: 69c4b4a)
author | nicholasbishop <nicholasbishop@users.sourceforge.net> | |
Sat, 2 Feb 2008 18:37:59 +0000 (18:37 +0000) | ||
committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | |
Sat, 2 Feb 2008 18:37:59 +0000 (18:37 +0000) |
Fixes bug #168790
src/ui/dialog/filter-effects-dialog.cpp | patch | blob | history |
index b3dd1a7d0091301a5a841191f93be9e17f83e616..9c10de593263f45bdaeb60325cc1b127d1d81b75 100644 (file)
@@ -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);