summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-01 20:41:31 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-01 20:41:31 +0000
commit93f74e8d761c1ac04d0800765f5185243cf907a0 (patch)
treea5d8d1be6408a810c0b054d35bfccdbebdfccfb6 /src/widgets
parentadd api and input modules for the livecoding tool (diff)
downloadinkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.tar.gz
inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.zip
add basic livecode toolbar
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 8b02211d0..40e04bef6 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -74,6 +74,7 @@
#include "ui/toolbar/dropper-toolbar.h"
#include "ui/toolbar/eraser-toolbar.h"
#include "ui/toolbar/gradient-toolbar.h"
+#include "ui/toolbar/livecode-toolbar.h"
#include "ui/toolbar/lpe-toolbar.h"
#include "ui/toolbar/mesh-toolbar.h"
#include "ui/toolbar/measure-toolbar.h"
@@ -212,7 +213,7 @@ static struct {
SP_VERB_CONTEXT_ERASER_PREFS, "/tools/eraser", _("TBD")},
{ "/tools/lpetool", "lpetool_toolbox", Inkscape::UI::Toolbar::LPEToolbar::create, "LPEToolToolbar",
SP_VERB_CONTEXT_LPETOOL_PREFS, "/tools/lpetool", _("TBD")},
- { "/tools/livecode", "livecode_toolbox", Inkscape::UI::Toolbar::EraserToolbar::create, "LivecodeToolbar", // @TODO:livecode
+ { "/tools/livecode", "livecode_toolbox", Inkscape::UI::Toolbar::LivecodeToolbar::create, "LivecodeToolbar",
SP_VERB_INVALID, nullptr, nullptr},
// If you change TextToolbar here, change it also in desktop-widget.cpp
{ "/tools/text", "text_toolbox", Inkscape::UI::Toolbar::TextToolbar::create, "TextToolbar",