fixed crash

This commit is contained in:
fourtf
2018-01-19 23:41:02 +01:00
parent 03ff2205fa
commit 3104aae80a
4 changed files with 14 additions and 11 deletions
+7 -6
View File
@@ -113,14 +113,15 @@ ChannelView::~ChannelView()
void ChannelView::queueUpdate()
{
// if (this->updateTimer.isActive()) {
// this->updateQueued = true;
// return;
// }
if (this->updateTimer.isActive()) {
this->updateQueued = true;
return;
}
this->repaint();
// this->repaint();
this->update();
// this->updateTimer.start();
this->updateTimer.start();
}
void ChannelView::layoutMessages()