]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.cpp
This commit terminates the great InsetCollapsable shrink party
[features.git] / src / insets / Inset.cpp
index aa060081efc43a2cbe7e5aaed85f9c99af149459..58be78c951fe5870ce1b338fd556f1e821d13900 100644 (file)
@@ -173,7 +173,7 @@ bool Inset::allowEmpty() const
 
 bool Inset::forceLTR() const
 {
-       return getLayout().isForceLtr();
+       return getLayout().forceLTR();
 }
 
 void Inset::initView()