search for: a1c3729

Displaying 1 result from an estimated 1 matches for "a1c3729".

Did you mean: 133729
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...5a3106210ebbe4b6020d3b2933d Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Oct 23 16:43:06 2007 +0300 Fix TextField's behavior with styleSheet that's not really a StyleSheet diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index a1c3729..fd55ef5 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1647,7 +1647,7 @@ swfdec_text_field_movie_set_text (SwfdecTextFieldMovie *text, const char *str, text->input_html = html; - if (text->style_sheet != NULL && SWFDEC_IS_STYLES...