mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Add debug note for text direction
It would be nice to have the text direction inside the debug log.
This commit is contained in:
parent
26eb599997
commit
4578a87d1d
@ -769,6 +769,9 @@ clutter_get_text_direction (void)
|
||||
g_warning ("Whoever translated default:LTR did so wrongly.");
|
||||
}
|
||||
|
||||
CLUTTER_NOTE (MISC, "Text direction: %s",
|
||||
dir == CLUTTER_TEXT_DIRECTION_RTL ? "rtl" : "ltr");
|
||||
|
||||
return dir;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user