mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Eliminating signed comp warning
This commit is contained in:
@@ -229,7 +229,7 @@ class Wrapper: public IProgressIndicator, public wxEvtHandler {
|
|||||||
if(!gauge_->IsShown()) showProgress(true);
|
if(!gauge_->IsShown()) showProgress(true);
|
||||||
|
|
||||||
stbar_->SetStatusText(message_);
|
stbar_->SetStatusText(message_);
|
||||||
if(st == gauge_->GetRange()) {
|
if(static_cast<long>(st) == gauge_->GetRange()) {
|
||||||
gauge_->SetValue(0);
|
gauge_->SetValue(0);
|
||||||
showProgress(false);
|
showProgress(false);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user