add necessary comment in edit_text_property()

This commit is contained in:
stefan schippers 2023-11-02 13:30:03 +01:00
parent 722b1f4575
commit 7727a9f924
1 changed files with 1 additions and 1 deletions

View File

@ -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;