Attempted to fix showing of tooltips on loading documents.

This commit is contained in:
23rd 2022-10-04 20:12:42 +03:00 committed by John Preston
parent 89d0a71591
commit c1b2d7ed4c
1 changed files with 2 additions and 1 deletions

View File

@ -967,7 +967,8 @@ void DocumentData::save(
if (loading()) {
_loader->start();
}
_owner->notifyDocumentLayoutChanged(this);
// This affects a display of tooltips.
// _owner->notifyDocumentLayoutChanged(this);
}
void DocumentData::handleLoaderUpdates() {