Skip to content
Snippets Groups Projects
Commit 07f70f78 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: disable runtimePostProcessing titleHack by default

- a leftover from much older VTK versions that had poor handling of
  the scalar bar text.
parent 34e4ee2b
No related merge requests found
...@@ -53,7 +53,7 @@ void Foam::functionObjects::runTimePostPro::scalarBar::clear() ...@@ -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_ = "";
......
...@@ -42,7 +42,7 @@ Description ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment