summaryrefslogtreecommitdiff
path: root/vcl/source/window/globalization.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/globalization.cxx')
-rw-r--r--vcl/source/window/globalization.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/globalization.cxx b/vcl/source/window/globalization.cxx
index 980a5867094e..1c56638c6502 100644
--- a/vcl/source/window/globalization.cxx
+++ b/vcl/source/window/globalization.cxx
@@ -24,7 +24,7 @@ namespace vcl {
void Window::EnableRTL ( bool bEnable )
{
- StateChanged( StateChangedType::Mirroring );
+ CompatStateChanged( StateChangedType::Mirroring );
OutputDevice::EnableRTL(bEnable);
}