Commit 3befa3ce7da39cb62424ae4d0a29d7dc355595ae

Authored by Benjamin Renard
1 parent da90e5cc

Fix a bug with symbols size

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/ParamOutputImpl/Plot/PanelPlotOutput.cc
... ... @@ -1349,6 +1349,8 @@ bool PanelPlotOutput::getColoredValue(double value, double filterMin, double fil
1349 1349 // Set color.
1350 1350 lInitialColor = changeColor(_pls, pColor, _panel->_page->_mode);
1351 1351  
  1352 + _pls->sfont(getPlFontFamily(_panel->_page->_font), getPlFontStyle(_panel->_page->_font), getPlFontWeight(_panel->_page->_font));
  1353 +
1352 1354 // Set size.
1353 1355 _pls->ssym(pSize, pFactor);
1354 1356  
... ...