diff options
author | Tom Hacohen <tom@stosb.com> | 2013-06-25 16:37:48 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-06-25 16:37:48 +0100 |
commit | fdbc477f7990f78f69144a26d5990e35057b3317 (patch) | |
tree | 928d76bc9a4c2fa16a6e9415683a20afc08f8b55 /NEWS | |
parent | 9c1ed31c7675fa8bfd27f366b93b430287ffe552 (diff) |
Evas textblock: Fixed issue with textblocks without fonts segfaulting.
Fixes T184 (which is a regression).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -339,4 +339,4 @@ Fixes: | |||
339 | * Evas: Fix gif cannot decode alpha value correctly. | 339 | * Evas: Fix gif cannot decode alpha value correctly. |
340 | * Evas: Fix bs if app call image object update add after call api like fileset. | 340 | * Evas: Fix bs if app call image object update add after call api like fileset. |
341 | * Evas: Fix evas_gl direct rendering to support partial redraw. | 341 | * Evas: Fix evas_gl direct rendering to support partial redraw. |
342 | 342 | * Evas textblock: Fixed issue with textblocks without fonts segfaulting. | |