projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a73f43
)
text: Remove an unnecessary queue_draw() call
author
Timm Bäder
<mail@baedert.org>
Thu, 17 Oct 2019 14:37:17 +0000
(16:37 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 22 Oct 2019 07:37:07 +0000
(09:37 +0200)
gtk/gtktext.c
patch
|
blob
|
history
diff --git
a/gtk/gtktext.c
b/gtk/gtktext.c
index ff5a942fbde11eceb9a7e55c30f6b02c1c652d27..f0d228af8cefc35981c3ba9dec1b4b15f83ecca3 100644
(file)
--- a/
gtk/gtktext.c
+++ b/
gtk/gtktext.c
@@
-5256,7
+5256,6
@@
gtk_text_set_editable (GtkText *self,
is_editable ? priv->im_context : NULL);
g_object_notify (G_OBJECT (self), "editable");
- gtk_widget_queue_draw (widget);
}
}