mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-25 23:37:05 +00:00
Fix minor warning
This commit is contained in:
parent
85ce7eea6e
commit
2eba51a62d
@ -362,7 +362,7 @@ private:
|
||||
layout();
|
||||
}
|
||||
else {
|
||||
int v = 100 * m_bgThread->progress();
|
||||
int v = int(100 * m_bgThread->progress());
|
||||
if (v > 0) {
|
||||
progress()->setValue(v);
|
||||
if (!progress()->isVisible()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user