#2106 Well log plot : Increase delay before of legend widget is updated

This commit is contained in:
Magne Sjaastad 2017-11-13 12:52:39 +01:00
parent 4f4635181d
commit 612dfd7c9f

View File

@ -410,6 +410,6 @@ void RiuWellLogPlot::scheduleUpdateChildrenLayout()
if (!m_scheduleUpdateChildrenLayoutTimer->isActive())
{
m_scheduleUpdateChildrenLayoutTimer->setSingleShot(true);
m_scheduleUpdateChildrenLayoutTimer->start(10);
m_scheduleUpdateChildrenLayoutTimer->start(100);
}
}