From 01f61dcd0fb06269539c9cbe8ef885d3a4b3b5c5 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Tue, 17 Apr 2007 20:57:57 +0000 Subject: flipping patch by maximilian albert (bzr r2916) --- src/shape-editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shape-editor.cpp') diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index d9eaf11bc..1a0f319da 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -412,9 +412,9 @@ void ShapeEditor::select_prev () { sp_nodepath_select_prev (this->nodepath); } -void ShapeEditor::flip (NR::Dim2 axis) { +void ShapeEditor::flip (NR::Dim2 axis, NR::Maybe center) { if (this->nodepath) - sp_nodepath_flip (this->nodepath, axis); + sp_nodepath_flip (this->nodepath, axis, center); } void ShapeEditor::distribute (NR::Dim2 axis) { -- cgit v1.2.3