diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index 2f2ec1ee..5d2c6e65 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache index 628a1bbc..545600b9 100644 Binary files a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache and b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache b/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache index e6a023cb..f93b0770 100644 Binary files a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache and b/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache differ diff --git a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs index 715a2dc0..be8072ce 100644 --- a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs @@ -435,14 +435,14 @@ namespace Switch_Toolbox.Library.Forms Vector2 Translate = new Vector2((float)transXUD.Value, (float)transYUD.Value); shape.TransformUVs(Translate, Scale, UvChannelIndex); - - scaleXUD.Value = 1; - scaleYUD.Value = 1; - transXUD.Value = 0; - transYUD.Value = 0; - - gL_ControlLegacy2D1.Invalidate(); } + + scaleXUD.Value = 1; + scaleYUD.Value = 1; + transXUD.Value = 0; + transYUD.Value = 0; + + gL_ControlLegacy2D1.Invalidate(); } private void gL_ControlLegacy2D1_Resize(object sender, EventArgs e)