mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-17 12:25:54 +08:00
FIX:use pick mouse y for input button
jira: none Change-Id: I104607082e5a416a224adac96e4df1f447b8c1a5
This commit is contained in:
parent
ec3873230b
commit
ea0c542f00
@ -465,6 +465,7 @@ void GLGizmoPainterBase::update_contours(int i, const TriangleMesh &vol_mesh, fl
|
||||
m_x_for_height_input = m_rr.mouse_position.x() + 10;
|
||||
}
|
||||
m_height_start_pos[0] = m_x_for_height_input;
|
||||
m_height_start_pos[1] = m_rr.mouse_position[1];
|
||||
} else {
|
||||
m_height_start_pos[0] -= 10;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user