CONFIG: disable runtimePostProcessing titleHack by default

- a leftover from much older VTK versions that had poor handling of
  the scalar bar text.
This commit is contained in:
Mark Olesen
2019-06-14 12:27:59 +02:00
committed by Andrew Heather
parent f1394e9ce3
commit fd6af75475
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ void Foam::functionObjects::runTimePostPro::scalarBar::clear()
bold_ = true; bold_ = true;
shadow_ = false; shadow_ = false;
italic_ = false; italic_ = false;
titleHack_ = true; titleHack_ = false;
position_ = {0.8, 0.1}; position_ = {0.8, 0.1};
size_ = {0.1, 0.5}; size_ = {0.1, 0.5};
title_ = ""; title_ = "";

View File

@ -42,7 +42,7 @@ Description
bold | Title in bold | no | yes bold | Title in bold | no | yes
italic | Title in italic font | no | no italic | Title in italic font | no | no
shadow | Title with shadowont | no | no shadow | Title with shadowont | no | no
titleHack | Alternative placement strategy | no | yes titleHack | Alternative placement strategy | no | no
\endtable \endtable
Note Note