mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
committed by
Andrew Heather
parent
f1394e9ce3
commit
fd6af75475
@ -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
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user