mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2106 Well log plot : Increase delay before of legend widget is updated
This commit is contained in:
parent
4f4635181d
commit
612dfd7c9f
@ -410,6 +410,6 @@ void RiuWellLogPlot::scheduleUpdateChildrenLayout()
|
||||
if (!m_scheduleUpdateChildrenLayoutTimer->isActive())
|
||||
{
|
||||
m_scheduleUpdateChildrenLayoutTimer->setSingleShot(true);
|
||||
m_scheduleUpdateChildrenLayoutTimer->start(10);
|
||||
m_scheduleUpdateChildrenLayoutTimer->start(100);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user