From 4c1c399b91480d8e6cdc93238d2f28c66dbb55ee Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 4 Jul 2008 04:45:37 +0000 Subject: Fixed initialization order. (bzr r6144) --- src/live_effects/lpe-copy_rotate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index 03cea89f7..c5c7818c0 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -38,10 +38,10 @@ public: LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) : Effect(lpeobject), - include_original(_("Include original?"), _(""), "include_original", &wr, this, true), angle(_("Angle"), _("Angle"), "angle", &wr, this, 30.0), num_copies(_("Number of copies"), _("Number of copies of the original path"), "num_copies", &wr, this, 1), origin(_("Origin"), _("Origin of the rotation"), "origin", &wr, this, "Adjust the origin of the rotation"), + include_original(_("Include original?"), _(""), "include_original", &wr, this, true), dist_angle_handle(100) { show_orig_path = true; -- cgit v1.2.3