diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-23 20:00:02 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-23 20:00:02 +0000 |
commit | 5d80e4b65c64d6c6efd396faee3debd3612a30c8 (patch) | |
tree | c69a401eee704b86a1c3fe21ad5341ceace025c9 /tests | |
parent | 2ffe24ca113fffe61547366ab39d1aa93c9e0170 (diff) | |
download | gtk+-5d80e4b65c64d6c6efd396faee3debd3612a30c8.tar.gz |
Fix misalignment of RTL text in ellipsized GtkLabel: use layout width if
2006-01-23 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtklabel.c (get_layout_location): Fix misalignment of RTL
text in ellipsized GtkLabel: use layout width if set, otherwise
fallback to ink extents width. (#322042)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore index 8ac714c1f7..cc80c1b81f 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -14,8 +14,10 @@ pixbuf-read pixbuf-threads simple stresstest-toolbar +floatingtest testactions testaccel +testassistang testcairo testcalendar testcellrenderertext |