mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Hot-fix for my last commit (d576c029bd)
This commit is contained in:
@@ -122,7 +122,7 @@ wxPoint OG_CustomCtrl::get_pos(const Line& line, Field* field_in/* = nullptr*/)
|
||||
line_height = win_height;
|
||||
};
|
||||
|
||||
for (auto ctrl_line : ctrl_lines) {
|
||||
for (CtrlLine& ctrl_line : ctrl_lines) {
|
||||
if (&ctrl_line.og_line == &line)
|
||||
{
|
||||
h_pos = m_bmp_mode_sz.GetWidth() + m_h_gap;
|
||||
|
||||
Reference in New Issue
Block a user