added debug information on F10

This commit is contained in:
fourtf
2018-04-06 16:37:30 +02:00
parent 68227fa576
commit 86c844c791
19 changed files with 192 additions and 11 deletions
+5 -3
View File
@@ -95,9 +95,11 @@ ChannelView::ChannelView(BaseWidget *parent)
this->pauseTimeout.setSingleShot(true);
auto e = new QResizeEvent(this->size(), this->size());
this->resizeEvent(e);
delete e;
// auto e = new QResizeEvent(this->size(), this->size());
// this->resizeEvent(e);
// delete e;
this->scrollBar.resize(this->scrollBar.width(), height());
singletons::SettingManager::getInstance().showLastMessageIndicator.connect(
[this](auto, auto) { this->update(); }, this->managedConnections);