summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-03-03 23:37:54 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-03-03 23:37:54 +0000
commita7448ad9a0afe4616fc1ef4eb31101d852160767 (patch)
treee59c199097c5ff99210066523902fd4dd6a85e04 /src
parentAdd support for the "relative to" setting when aligning baselines (fixes 167228) (diff)
downloadinkscape-a7448ad9a0afe4616fc1ef4eb31101d852160767.tar.gz
inkscape-a7448ad9a0afe4616fc1ef4eb31101d852160767.zip
forgot to include a file in previous commit ><
(bzr r14683)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/align-and-distribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/align-and-distribute.h b/src/ui/dialog/align-and-distribute.h
index eecc30ff8..d337775cf 100644
--- a/src/ui/dialog/align-and-distribute.h
+++ b/src/ui/dialog/align-and-distribute.h
@@ -149,6 +149,7 @@ bool operator< (const BBoxSort &a, const BBoxSort &b);
class Action {
public :
+ enum AlignTarget { LAST=0, FIRST, BIGGEST, SMALLEST, PAGE, DRAWING, SELECTION };
Action(const Glib::ustring &id,
const Glib::ustring &tiptext,
guint row, guint column,
@@ -183,7 +184,6 @@ public :
double sx0, sx1, sy0, sy1;
int verb_id;
};
- enum AlignTarget { LAST=0, FIRST, BIGGEST, SMALLEST, PAGE, DRAWING, SELECTION };
ActionAlign(const Glib::ustring &id,
const Glib::ustring &tiptext,
guint row, guint column,