add necessary comment in edit_text_property()
This commit is contained in:
parent
722b1f4575
commit
7727a9f924
|
|
@ -1283,7 +1283,7 @@ static int edit_text_property(int x)
|
|||
set_text_flags(&xctx->text[sel]);
|
||||
}
|
||||
if(text_changed || props_changed) {
|
||||
get_text_floater(sel);
|
||||
get_text_floater(sel); /* update xctx->text[sel].floater_ptr cache */
|
||||
}
|
||||
if(size_changed) {
|
||||
xctx->text[sel].xscale=hsize;
|
||||
|
|
|
|||
Loading…
Reference in New Issue