Fixes flipping visiblesegment horizontally

This commit is contained in:
Spekular
2014-12-23 19:23:35 +01:00
parent bfeced7140
commit ddbf9cd264
4 changed files with 57 additions and 17 deletions

View File

@@ -171,7 +171,7 @@ public slots:
void openInAutomationEditor();
void objectDestroyed( jo_id_t );
void flipY( int min, int max );
void flipX( bool visible );
void flipX( int length = -1 );
private:
void cleanObjects();