mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
gcc fix.
This commit is contained in:
parent
44fa79ecb6
commit
cc68126a48
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
struct lcInstructionsPageLayout;
|
//struct lcInstructionsPageLayout;
|
||||||
|
#include "lc_model.h"
|
||||||
|
|
||||||
class lcInstructionsPageWidget : public QGraphicsView
|
class lcInstructionsPageWidget : public QGraphicsView
|
||||||
{
|
{
|
||||||
|
|
|
@ -3020,6 +3020,9 @@ void lcModel::TransformSelectedObjects(lcTransformType TransformType, const lcVe
|
||||||
case lcTransformType::RelativeRotation:
|
case lcTransformType::RelativeRotation:
|
||||||
RotateSelectedPieces(Transform, true, false, true, true);
|
RotateSelectedPieces(Transform, true, false, true, true);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case lcTransformType::Count:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue