mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Fixed of the warnings.
+ Some small bug-fixing related to the system colors change on MacOS ("Set..." buttons didn't respect to the system color change)
This commit is contained in:
parent
d3ddb1cfa8
commit
888a5e3084
7 changed files with 16 additions and 27 deletions
|
@ -267,7 +267,7 @@ void BitmapComboBox::Rescale()
|
|||
// we need to refill control with new bitmaps
|
||||
const wxString selection = this->GetValue();
|
||||
std::vector<wxString> items;
|
||||
for (int i = 0; i < GetCount(); i++)
|
||||
for (size_t i = 0; i < GetCount(); i++)
|
||||
items.push_back(GetString(i));
|
||||
|
||||
this->Clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue