mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
reposition busy notification *after* resize
This commit is contained in:
parent
bbd20496fd
commit
0442db2bae
|
@ -408,7 +408,6 @@ void ChatLog::startResizeWorker()
|
|||
|
||||
// switch to busy scene displaying the busy notification
|
||||
setScene(busyScene);
|
||||
updateBusyNotification();
|
||||
verticalScrollBar()->hide();
|
||||
}
|
||||
|
||||
|
@ -588,6 +587,8 @@ void ChatLog::resizeEvent(QResizeEvent* ev)
|
|||
{
|
||||
startResizeWorker();
|
||||
QGraphicsView::resizeEvent(ev);
|
||||
|
||||
updateBusyNotification();
|
||||
}
|
||||
|
||||
void ChatLog::updateMultiSelectionRect()
|
||||
|
|
Loading…
Reference in New Issue
Block a user