summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.h
diff options
context:
space:
mode:
authorchr <chr>2017-05-18 17:58:59 +0000
committerchr <chr>2017-05-18 17:58:59 +0000
commita3789bc9a1739f158a023ff34d7e647e697f606e (patch)
treebd9e4e1daaf607493c113ff2d93eb2dd7a838c29 /src/ui/dialog/objects.h
parentobject manager panel: fix clip/mask icons (diff)
downloadinkscape-a3789bc9a1739f158a023ff34d7e647e697f606e.tar.gz
inkscape-a3789bc9a1739f158a023ff34d7e647e697f606e.zip
ObjectsPanel: Polish collapse/expand behaviour
(bzr r15698.1.5)
Diffstat (limited to 'src/ui/dialog/objects.h')
-rw-r--r--src/ui/dialog/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/objects.h b/src/ui/dialog/objects.h
index 018f9191f..995f8c37f 100644
--- a/src/ui/dialog/objects.h
+++ b/src/ui/dialog/objects.h
@@ -216,7 +216,7 @@ private:
bool _checkForUpdated(const Gtk::TreeIter& iter, SPObject* obj);
void _objectsSelected(Selection *sel);
- bool _checkForSelected(const Gtk::TreePath& path, const Gtk::TreeIter& iter, SPItem* item, bool scrollto);
+ bool _checkForSelected(const Gtk::TreePath& path, const Gtk::TreeIter& iter, SPItem* item, bool scrollto, bool expand);
void _objectsChanged(SPObject *obj);
void _addObject( SPObject* obj, Gtk::TreeModel::Row* parentRow );