Index: read.c =================================================================== --- read.c (revision 36646) +++ read.c (revision 36647) @@ -2716,7 +2716,7 @@ } else { rnd_conf_set(RND_CFR_DESIGN, "design/text_font_id", 0, "1", RND_POL_OVERWRITE); - if (rnd_actionva(&Ptr->hidlib, "fontedit", NULL) != 0) { + if (rnd_actionva(&Ptr->hidlib, "fontedit", "inplace", NULL) != 0) { rnd_message(RND_MSG_ERROR, "io_lihata: failed to start the font editor\n"); res = -1; }