diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-27 22:04:40 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-27 22:04:40 +0000 |
| commit | 58928f3ed2adc05902c3fb2daf15b27a100c14f3 (patch) | |
| tree | 360e3fa26dcd2c2d60f1389d38c7f90d75ddaad6 /src/ui/tools/tool-base.cpp | |
| parent | color wheel: Temp fix for Gtk+ style properties (diff) | |
| download | inkscape-58928f3ed2adc05902c3fb2daf15b27a100c14f3.tar.gz inkscape-58928f3ed2adc05902c3fb2daf15b27a100c14f3.zip | |
Partial fix for menu items and split contextmenu into separate file
Diffstat (limited to 'src/ui/tools/tool-base.cpp')
| -rw-r--r-- | src/ui/tools/tool-base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp index 3d755eadc..9231db7c8 100644 --- a/src/ui/tools/tool-base.cpp +++ b/src/ui/tools/tool-base.cpp @@ -23,6 +23,7 @@ #include "shortcuts.h" #include "file.h" +#include "ui/contextmenu.h" #include "ui/interface.h" #include "ui/event-debug.h" #include "ui/tool/control-point.h" |
