Actions
Bug #13562
closed
AA
WHBoxLayout orientation conflicts with document orientation
Bug #13562:
WHBoxLayout orientation conflicts with document orientation
Status:
Rejected
Priority:
High
Assignee:
-
Target version:
-
Start date:
02/22/2025
Due date:
% Done:
0%
Estimated time:
Description
Hello
Thanks for your good framework.
When the document orientation is set to LayoutDirection::RightToLeft, the WHBoxLayout orientation is reversed, i.e. WHBoxLayout::setDirection (LayoutDirection::RightToLeft) causes the layout to be set to LTR and vice versa.
I add following PR to solve this:
https://github.com/emweb/wt/pull/226
Thanks
RM Updated by Romain Mardulyn 6 months ago
Hello Ali Ali,
This is actually an intended behavior. The idea is that the same code can be used for both RTL and LTR.
RM Updated by Romain Mardulyn about 1 month ago
- Status changed from New to Rejected
Actions