Skip to content

Commit 03f9df7

Browse files
authored
Merge pull request #64 from alicevision/fix/loadingStatus
[qtAliceVision] FloatImageViewer: Correctly set the `LOADING` status
2 parents 9e78c3c + 6bc8a6e commit 03f9df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qtAliceVision/FloatImageViewer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void FloatImageViewer::reload()
158158
else
159159
{
160160
setLoading(true);
161+
setStatus(EStatus::LOADING);
161162
}
162163

163164
Q_EMIT cachedFramesChanged();

0 commit comments

Comments
 (0)