| 384 } |
384 } |
| 385 } |
385 } |
| 386 |
386 |
| 387 imhtml->old_rect = rect; |
387 imhtml->old_rect = rect; |
| 388 parent_size_allocate(widget, alloc); |
388 parent_size_allocate(widget, alloc); |
| 389 if (scroll) |
389 |
| |
390 /* Don't scroll here if we're in the middle of a smooth scroll */ |
| |
391 if (scroll && imhtml->scroll_time == NULL) |
| 390 gtk_imhtml_scroll_to_end(imhtml, FALSE); |
392 gtk_imhtml_scroll_to_end(imhtml, FALSE); |
| 391 } |
393 } |
| 392 |
394 |
| 393 static gint |
395 static gint |
| 394 gtk_imhtml_tip_paint (GtkIMHtml *imhtml) |
396 gtk_imhtml_tip_paint (GtkIMHtml *imhtml) |