diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-21 18:44:02 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-17 08:37:02 +0000 |
| commit | b75e52c16bfaccf56621883ac0a9f27bf99c8661 (patch) | |
| tree | 4b31e71c4067c664f5ad3e07f3b789b47c7bc085 /src/ui/dialog/input.cpp | |
| parent | Pull a copy of desktop-gtk3 (diff) | |
| download | inkscape-b75e52c16bfaccf56621883ac0a9f27bf99c8661.tar.gz inkscape-b75e52c16bfaccf56621883ac0a9f27bf99c8661.zip | |
Move code related to SwatchesPanel where it belongs
panel.cpp contains a lot of code which is actually used to build the
SwatchesPanel. Move it to swatches.cpp.
This is mostly just a cut-n-paste, plus some includes cleanup.
Diffstat (limited to 'src/ui/dialog/input.cpp')
| -rw-r--r-- | src/ui/dialog/input.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp index 5a27056f3..3fdd2a6cf 100644 --- a/src/ui/dialog/input.cpp +++ b/src/ui/dialog/input.cpp @@ -29,6 +29,7 @@ #include <gtkmm/progressbar.h> #include <gtkmm/scrolledwindow.h> #include <gtkmm/treestore.h> +#include <gtkmm/eventbox.h> #include "device-manager.h" #include "preferences.h" |
