diff options
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 594eddb68..2df373be7 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -1985,14 +1985,14 @@ void DolphinView::slotDirectoryLoadingCompleted() // because the view might not be in its final state yet. QTimer::singleShot(0, this, &DolphinView::updateViewState); + applyDynamicView(); + // Update the placeholder label in case we found that the folder was empty // after loading it - - Q_EMIT directoryLoadingCompleted(); - - applyDynamicView(); updatePlaceholderLabel(); updateWritableState(); + + Q_EMIT directoryLoadingCompleted(); } void DolphinView::slotDirectoryLoadingCanceled() |
