Actions
Feature #13563
openUsing document orientation as default orientation for layout managers
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/22/2025
Due date:
% Done:
0%
Estimated time:
Description
Hello
Thanks for your good framework.
This feature makes it much easier to create RTL applications and more importantly, bilingual (bidirectional) applications. For example, in the PR below I have implemented this feature for WHBoxLayout :
Updated by Romain Mardulyn 12 days ago
Hello Ali ALi,
This should, in theory, already be the case. Normally, when setting the application to RTL, the right is replaced by left and vice-versa. This is indeed not always correctly done in Wt, but should be solved by issue #14078.
Actions