#5174 Paint non-filled plot symbols with curve color rather than edge color

This commit is contained in:
Gaute Lindkvist
2019-12-04 09:37:41 +01:00
parent cd5b432267
commit 5139f1cadb
4 changed files with 27 additions and 15 deletions

View File

@@ -122,7 +122,6 @@ protected:
void updateOptionSensitivity();
void updatePlotTitle();
virtual void updateLegendsInPlot();
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
void setSamplesFromXYErrorValues( const std::vector<double>& xValues,
const std::vector<double>& yValues,