(#314) Regenerating the display model when changing results in property filter

Max and min values would be updated in the GUI for the newly selected
result, but the display model wasn't updated. This has now been fixed.
This commit is contained in:
Pål Hagen
2015-06-23 11:18:37 +02:00
parent 515fb8b8d7
commit 3c408f4ee8
2 changed files with 15 additions and 11 deletions

View File

@@ -29,16 +29,6 @@
#include "RigGeoMechCaseData.h"
#include "RimGeoMechView.h"
/*
#include "RigCaseCellResultsData.h"
#include "RimCellPropertyFilterCollection.h"
#include "RimReservoirCellResultsStorage.h"
#include "RimResultDefinition.h"
#include "cafPdmUiDoubleSliderEditor.h"
#include "cvfAssert.h"
*/
CAF_PDM_SOURCE_INIT(RimGeoMechPropertyFilter, "GeoMechPropertyFilter");