mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Better defaults for Correlation Cross Plots and shorten legend entries
This commit is contained in:
committed by
Magne Sjaastad
parent
9b9a6f2947
commit
e292b8a297
@@ -91,7 +91,13 @@ public:
|
||||
void onChildDeleted( caf::PdmChildArrayFieldHandle* childArray,
|
||||
std::vector<caf::PdmObjectHandle*>& referringObjects ) override;
|
||||
|
||||
bool isSubPlot() const;
|
||||
template <typename PlotWindowType = RimPlotWindow>
|
||||
bool isSubPlot() const
|
||||
{
|
||||
PlotWindowType* parentPlotWindow = nullptr;
|
||||
firstAncestorOfType( parentPlotWindow );
|
||||
return parentPlotWindow != nullptr;
|
||||
}
|
||||
|
||||
protected:
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
Reference in New Issue
Block a user