mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed non_MSW build
+ fixed some warnings
This commit is contained in:
parent
cbf36de600
commit
19c267e890
5 changed files with 18 additions and 18 deletions
|
@ -592,7 +592,7 @@ bool ConfigOptionsGroup::is_visible(ConfigOptionMode mode)
|
|||
if (m_options_mode.size() == 1)
|
||||
return m_options_mode[0] <= mode;
|
||||
|
||||
int hidden_row_cnt = 0;
|
||||
size_t hidden_row_cnt = 0;
|
||||
for (auto opt_mode : m_options_mode)
|
||||
if (opt_mode > mode)
|
||||
hidden_row_cnt++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue