mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Attempted to fix showing of tooltips on loading documents.
This commit is contained in:
@@ -967,7 +967,8 @@ void DocumentData::save(
|
|||||||
if (loading()) {
|
if (loading()) {
|
||||||
_loader->start();
|
_loader->start();
|
||||||
}
|
}
|
||||||
_owner->notifyDocumentLayoutChanged(this);
|
// This affects a display of tooltips.
|
||||||
|
// _owner->notifyDocumentLayoutChanged(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DocumentData::handleLoaderUpdates() {
|
void DocumentData::handleLoaderUpdates() {
|
||||||
|
Reference in New Issue
Block a user