Fixed OSX compilation bug
This commit is contained in:
parent
5f9d36e5b0
commit
fcf41c7eb8
3 changed files with 3 additions and 3 deletions
src/slic3r/GUI
|
@ -2328,7 +2328,7 @@ PrusaModeSizer::PrusaModeSizer(wxWindow *parent) :
|
|||
|
||||
}
|
||||
|
||||
void PrusaModeSizer::SetMode(const Slic3r::ConfigOptionMode& mode)
|
||||
void PrusaModeSizer::SetMode(const int mode)
|
||||
{
|
||||
for (int m = 0; m < mode_btns.size(); m++)
|
||||
mode_btns[m]->SetState(m == mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue