FIX: [STUDIO-3381] comboxbox drop_down icon

Change-Id: I55d02c534a3f3a41d1f969c99399ff272e43c3cd
This commit is contained in:
chunmao.guo 2023-06-27 18:08:53 +08:00 committed by Lane.Wei
parent 53215d1a62
commit 63029c628a
2 changed files with 6 additions and 6 deletions

View file

@ -89,6 +89,7 @@ void DropDown::SetSelection(int n)
n = -1;
if (selection == n) return;
selection = n;
messureSize();
paintNow();
}