mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Revert "Fix Compile Warnings (#5963)"
This reverts commit b83e16dbdd.
Found regressions like auto orientation didn't work anymore after this change, revert it
This commit is contained in:
@@ -2807,6 +2807,7 @@ namespace IMGUIZMO_NAMESPACE
|
||||
{
|
||||
static bool isDraging = false;
|
||||
static bool isClicking = false;
|
||||
static bool isInside = false;
|
||||
static vec_t interpolationUp;
|
||||
static vec_t interpolationDir;
|
||||
static int interpolationFrames = 0;
|
||||
@@ -3054,6 +3055,7 @@ namespace IMGUIZMO_NAMESPACE
|
||||
LookAt(&newEye.x, &camTarget.x, &newUp.x, view);
|
||||
viewUpdated = true;
|
||||
}
|
||||
isInside = gContext.mbMouseOver && ImRect(position, position + size).Contains(io.MousePos);
|
||||
|
||||
if (io.MouseDown[0] && (fabsf(io.MouseDelta[0]) || fabsf(io.MouseDelta[1])) && isClicking)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user