Using "Positioning tools -> Move Exactly..." on an image in the PCB editor rotates image no matter the angle
<!-- --------Before Creating a New Issue----------- * Limit report to a single issue. * Search the issue tracker to verify the issue has not already been reported. * Complete all instructions between `template comment markers <>. * Keep report contents limited to the necessary information required to fix the issue. * When creating an issue against the stable version of KiCad, make sure the latest available stable version is installed as issues may have already been resolved in later stable versions. --> # Description When I add an image in the PCB editor (thanks a lot for adding this feature, btw!), and try to position it using "Positioning tools -> Move Exactly...", it's rotated 90 degrees counterclockwise, even if the angle is set to 0. (In fact it seems to me that the angle value doesn't matter at all, it's always rotated -90 degrees). # Steps to reproduce 1. Create a new project and open the PCB editor 1. Add an image using "Place -> Add Image" (tested with both .png and .jpg) 2. Select the image 3. Press Shift-M 4. Make sure all 3 values ("Move X", "Move Y" and "Rotate") are zero. 5. Press "OK" -> The image shouldn't change at all but is rotated 90 degrees counterclockwise # KiCad Version <!-- Copy version information (from main menu Help->About KiCad ->Copy Version Info) and paste it between the triple backticks below to preserve the formatting. --> ``` Application: KiCad PCB Editor x86_64 on x86_64 Version: (7.0.0), release build Libraries: wxWidgets 3.2.2 FreeType 2.13.0 HarfBuzz 7.1.0 FontConfig 2.14.2 Platform: Arch Linux, 64 bit, Little endian, wxGTK, xfce, x11 wxWidgets: 3.2.2 (wchar_t,wx containers) GTK+ 3.24 Boost: 1.81.0 OCC: 7.6.3 Curl: 7.88.1 ngspice: 39 Compiler: GCC 12.2.1 with C++ ABI 1017 Build settings: KICAD_USE_EGL=ON KICAD_SPICE=ON ```
issue