1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00
YuSanka
2020-11-04 13:14:57 +01:00
parent ab6af3ff68
commit 11ee0cc2cc
+1 -1
View File
@@ -122,7 +122,7 @@ wxPoint OG_CustomCtrl::get_pos(const Line& line, Field* field_in/* = nullptr*/)
line_height = win_height; line_height = win_height;
}; };
for (auto ctrl_line : ctrl_lines) { for (CtrlLine& ctrl_line : ctrl_lines) {
if (&ctrl_line.og_line == &line) if (&ctrl_line.og_line == &line)
{ {
h_pos = m_bmp_mode_sz.GetWidth() + m_h_gap; h_pos = m_bmp_mode_sz.GetWidth() + m_h_gap;