forked from AuroraMiddleware/gtk
Silence a compiler warning
This commit is contained in:
parent
6830845fda
commit
c3421cea25
@ -5701,7 +5701,8 @@ tag_changed_cb (GtkTextTagTable *table,
|
||||
|
||||
while (view != NULL)
|
||||
{
|
||||
gint width, height;
|
||||
int width = 0;
|
||||
int height = 0;
|
||||
|
||||
_gtk_text_btree_get_view_size (tree, view->view_id, &width, &height);
|
||||
gtk_text_layout_changed (view->layout, 0, height, height);
|
||||
|
Loading…
Reference in New Issue
Block a user