Jon A. Cruz a écrit :
I just committed the layers dialog UI based on the Layer Manager that Mental had done.
I use a different build directory than my local source source tree (as written at the end of http://wiki.inkscape.org/wiki/index.php/CompilingInkscape), but an include in src/dialogs/layers-panel.cpp generates an error... So here's my tiny diff to make it compile even if not in the source directory.
mtou
Index: src/dialogs/layers-panel.cpp =================================================================== --- src/dialogs/layers-panel.cpp (r��vision 11806) +++ src/dialogs/layers-panel.cpp (copie de travail) @@ -24,7 +24,7 @@ #include "desktop.h" #include "sp-object.h" #include "sp-item.h" -#include "src/widgets/icon.h" +#include "widgets/icon.h" #include <gtkmm/widget.h>
//#define DUMP_LAYERS 1