summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.h
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-07-21 01:07:14 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-21 01:07:14 +0000
commit9dfa379a29ad986254ffd966ed6e886ffb176543 (patch)
tree14ea92afaa4a251a966e0381b2c561aeb2435227 /src/ui/dialog/objects.h
parentSimplify code for context menu items of Layers and Objects dialogs (diff)
downloadinkscape-9dfa379a29ad986254ffd966ed6e886ffb176543.tar.gz
inkscape-9dfa379a29ad986254ffd966ed6e886ffb176543.zip
Make menu icon preference apply to Layers and Objects dialogs
Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
Diffstat (limited to 'src/ui/dialog/objects.h')
-rw-r--r--src/ui/dialog/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/objects.h b/src/ui/dialog/objects.h
index 04c0a02b3..9a8085098 100644
--- a/src/ui/dialog/objects.h
+++ b/src/ui/dialog/objects.h
@@ -121,6 +121,9 @@ private:
//List of items to change the highlight on
std::vector<SPItem*> _highlight_target;
+ //Show icons in the context menu
+ bool _show_contextmenu_icons;
+
//GUI Members:
GdkEvent* _toggleEvent;