mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX: param page scroll field position
Change-Id: Iefb363073d79b3f69022f555e99193a1ba2a2e07
This commit is contained in:
@@ -496,7 +496,7 @@ bool OG_CustomCtrl::update_visibility(ConfigOptionMode mode)
|
|||||||
// BBS: call by Tab/Page
|
// BBS: call by Tab/Page
|
||||||
void OG_CustomCtrl::fixup_items_positions()
|
void OG_CustomCtrl::fixup_items_positions()
|
||||||
{
|
{
|
||||||
if (GetParent() == nullptr || GetPosition().y < GetParent()->GetSize().y)
|
if (GetParent() == nullptr || GetPosition().y + GetSize().y < GetParent()->GetSize().y)
|
||||||
return;
|
return;
|
||||||
for (CtrlLine& line : ctrl_lines) {
|
for (CtrlLine& line : ctrl_lines) {
|
||||||
line.correct_items_positions();
|
line.correct_items_positions();
|
||||||
|
|||||||
Reference in New Issue
Block a user