mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added missing initialization
p4#: 19276
This commit is contained in:
parent
a1feaa1acf
commit
59afd98167
@ -127,6 +127,7 @@ RIApplication::RIApplication(int& argc, char** argv)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RIApplication::~RIApplication()
|
||||
{
|
||||
delete m_preferences;
|
||||
}
|
||||
|
||||
|
||||
|
@ -96,7 +96,9 @@ RIViewer::RIViewer(const QGLFormat& format, QWidget* parent)
|
||||
m_animationProgress->setPalette(p);
|
||||
m_animationProgress->setFormat("Time Step: %v/%m");
|
||||
m_animationProgress->setTextVisible(true);
|
||||
m_animationProgress->setStyle(new QCDEStyle());
|
||||
|
||||
QCDEStyle myStyle;
|
||||
m_animationProgress->setStyle(&myStyle);
|
||||
m_showAnimProgress = false;
|
||||
|
||||
// Histogram
|
||||
|
Loading…
Reference in New Issue
Block a user