summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape-editor.cpp')
-rw-r--r--src/shape-editor.cpp4
1 files changed, 2 insertions, 2 deletions
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<NR::Point> center) {
if (this->nodepath)
- sp_nodepath_flip (this->nodepath, axis);
+ sp_nodepath_flip (this->nodepath, axis, center);
}
void ShapeEditor::distribute (NR::Dim2 axis) {