1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
attila 2025-05-07 11:25:29 +02:00 committed by Attila Szarvas
parent 10b6289295
commit 8a27eb3b7c

View file

@ -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);