fixed crash
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user