mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tidying
This commit is contained in:
parent
10b6289295
commit
8a27eb3b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ public:
|
|||
{
|
||||
if (! d.has_value())
|
||||
return SBLevelDefaultLTR;
|
||||
return *d == detail::TextDirection::rtl ? 1 : 0;
|
||||
return *d == detail::TextDirection::rtl ? SBLevelDefaultRTL : SBLevelDefaultLTR;
|
||||
}()) };
|
||||
|
||||
jassert (result != nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue