Attempt to fix #4223 : "i586 build broken (reported by Marcin Bajor)"
This commit is contained in:
parent
48cc4511cc
commit
b8ff7c4f7d
@ -47,7 +47,7 @@ ExifPanel::ExifPanel () : idata (nullptr)
|
||||
exifTree->set_model (exifTreeModel);
|
||||
exifTree->set_grid_lines (Gtk::TREE_VIEW_GRID_LINES_NONE);
|
||||
exifTree->set_row_separator_func (
|
||||
[&] (const Glib::RefPtr<Gtk::TreeModel>& model, const Gtk::TreeModel::iterator & row) {
|
||||
[&] (const Glib::RefPtr<Gtk::TreeModel>& model, const Gtk::TreeModel::iterator & row)-> bool {
|
||||
return row->get_value (exifColumns.isSeparator);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user