remove update_layout from text-node, as it doesn't seem to be needed
This commit is contained in:
parent
d636de027b
commit
7f7a6684e4
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ int text_node_handle(UINode *node, enum UIEvent ev, size_t d, void *p)
|
||||||
if (!n->layout) {
|
if (!n->layout) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pango_cairo_update_layout(n->node.drw, n->layout);
|
|
||||||
if (n->caret_index >= 0) {
|
if (n->caret_index >= 0) {
|
||||||
if (!n->caret_node) {
|
if (!n->caret_node) {
|
||||||
n->caret_node = node_new(&n->node, "caret");
|
n->caret_node = node_new(&n->node, "caret");
|
||||||
|
|
Loading…
Reference in a new issue