mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-23 04:01:49 +00:00
FIX: [STUDIO-3381] comboxbox drop_down icon
Change-Id: I55d02c534a3f3a41d1f969c99399ff272e43c3cd
This commit is contained in:
@@ -89,6 +89,7 @@ void DropDown::SetSelection(int n)
|
||||
n = -1;
|
||||
if (selection == n) return;
|
||||
selection = n;
|
||||
messureSize();
|
||||
paintNow();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user