mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4421 Python: Add GRPC status to About dialog
* If the finish comes because the server is shut down, there is no m_eclipseCase
This commit is contained in:
@@ -172,10 +172,13 @@ public:
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void finish()
|
||||
{
|
||||
for (Rim3dView* view : m_eclipseCase->views())
|
||||
if (m_eclipseCase)
|
||||
{
|
||||
view->setCurrentTimeStepAndUpdate(view->currentTimeStep());
|
||||
view->createDisplayModelAndRedraw();
|
||||
for (Rim3dView* view : m_eclipseCase->views())
|
||||
{
|
||||
view->setCurrentTimeStepAndUpdate(view->currentTimeStep());
|
||||
view->createDisplayModelAndRedraw();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user