mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-23 04:01:49 +00:00
ENH:add "forward" function in MsgDialog
jira: STUDIO-9971 Change-Id: I699912b4d18cb52aec2badf64a4655d20559ed7c (cherry picked from commit f608327a108c1eece45ee75bde0c3aa35974f166)
This commit is contained in:
@@ -80,7 +80,6 @@ void DropDown::Invalidate(bool clear)
|
||||
|
||||
void DropDown::SetSelection(int n)
|
||||
{
|
||||
assert(n < (int) items.size());
|
||||
if (n >= (int) items.size())
|
||||
n = -1;
|
||||
if (selection == n) return;
|
||||
|
||||
Reference in New Issue
Block a user