Hot-fix for my last commit (d576c029bd
)
This commit is contained in:
parent
ab6af3ff68
commit
11ee0cc2cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue