Comment 24 for bug 371257

Revision history for this message
In , Khaled Hosny (khaledhosny) wrote :

BTW, I fixed this before seeing this bugzilla bug, this issue have annoyed me since the first time I first used OOo and I think there are tens of bug reports about this in OOo bug tracker, all ignored.

The issue is GTK specific; in RTL mode GTK mirrors most of its widget, but OOo/LO (who is directly using low level GTK APIs to draw the widgets itself) does not take into account this mirroring which results in this mismatch. The aforementioned commits fix all the three widget I've noticed (combo box, combo box entry and spin button).