fixed split header tooltips not showing

This commit is contained in:
fourtf
2018-05-26 16:31:43 +02:00
parent 08cf701af3
commit 6b24f249f7
8 changed files with 46 additions and 28 deletions
+2 -2
View File
@@ -175,7 +175,7 @@ void ChannelView::layoutMessages()
void ChannelView::actuallyLayoutMessages(bool causedByScrollbar)
{
BenchmarkGuard benchmark("layout messages");
// BenchmarkGuard benchmark("layout messages");
auto app = getApp();
@@ -579,7 +579,7 @@ bool ChannelView::isPaused()
void ChannelView::paintEvent(QPaintEvent * /*event*/)
{
BenchmarkGuard benchmark("paint event");
// BenchmarkGuard benchmark("paint event");
QPainter painter(this);