removed fps limit

it didn't increase performance and just made it look 'laggier'
This commit is contained in:
fourtf
2018-01-06 18:21:00 +01:00
parent 20eab57db5
commit e5b8e33eb3
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -110,14 +110,14 @@ ChannelView::~ChannelView()
void ChannelView::queueUpdate()
{
if (this->updateTimer.isActive()) {
this->updateQueued = true;
return;
}
// if (this->updateTimer.isActive()) {
// this->updateQueued = true;
// return;
// }
this->repaint();
this->updateTimer.start();
// this->updateTimer.start();
}
void ChannelView::layoutMessages()