mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: [STUDIO-3381] comboxbox drop_down icon
Change-Id: I55d02c534a3f3a41d1f969c99399ff272e43c3cd
This commit is contained in:
parent
53215d1a62
commit
63029c628a
2 changed files with 6 additions and 6 deletions
|
@ -89,6 +89,7 @@ void DropDown::SetSelection(int n)
|
|||
n = -1;
|
||||
if (selection == n) return;
|
||||
selection = n;
|
||||
messureSize();
|
||||
paintNow();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue