diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-23 19:09:02 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-23 19:09:02 +0000 |
| commit | 87477c55a87ab49bf20e9f19942e27b785a812c1 (patch) | |
| tree | 58b984602606755b87276221f06fe19e08ccb9df /src/verbs.h | |
| parent | fix #521 SPIString copy constructor (diff) | |
| download | inkscape-87477c55a87ab49bf20e9f19942e27b785a812c1.tar.gz inkscape-87477c55a87ab49bf20e9f19942e27b785a812c1.zip | |
add livecoding tool to toolbar
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h index fe9fc0601..cab7d6eed 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -217,6 +217,7 @@ enum { SP_VERB_CONTEXT_LPE, /* not really a tool but used for editing LPE parameters on-canvas for example */ SP_VERB_CONTEXT_ERASER, SP_VERB_CONTEXT_LPETOOL, /* note that this is very different from SP_VERB_CONTEXT_LPE above! */ + SP_VERB_CONTEXT_LIVECODE, /* Tool preferences */ SP_VERB_CONTEXT_SELECT_PREFS, SP_VERB_CONTEXT_NODE_PREFS, @@ -240,6 +241,7 @@ enum { SP_VERB_CONTEXT_PAINTBUCKET_PREFS, SP_VERB_CONTEXT_ERASER_PREFS, SP_VERB_CONTEXT_LPETOOL_PREFS, + SP_VERB_CONTEXT_LIVECODE_PREFS, /* Zooming */ SP_VERB_ZOOM_IN, |
