FIX: adjust ortho, do not scale source image

jira: [STUDIO-12333]

Change-Id: I4fabccc9c489ed7fa4a8ad1239ed26c1710b3ee9
(cherry picked from commit 3fbb9946d1deee1855498e97cc66844e1f2e54aa)
This commit is contained in:
haolin.tian
2025-07-15 14:46:39 +08:00
committed by Noisyfox
parent b49ca90940
commit 219300277c
2 changed files with 5 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ private:
bool left_down_{false};
ColorRGB parent_color_ = ColorRGB();
int hover_id_{-1};
double image_view_scale_{1};
void SendSelectEvent(int id, PartState state);
void SendZoomEvent(int zoom_percent);