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
+1 -2
View File
@@ -48,7 +48,7 @@ int MessageLayout::getHeight() const
// return true if redraw is required
bool MessageLayout::layout(int width, float scale, MessageElement::Flags flags)
{
BenchmarkGuard benchmark("MessageLayout::layout()");
// BenchmarkGuard benchmark("MessageLayout::layout()");
auto app = getApp();
@@ -107,7 +107,6 @@ bool MessageLayout::layout(int width, float scale, MessageElement::Flags flags)
}
// return if no layout is required
qDebug() << layoutRequired;
if (!layoutRequired) {
return false;