billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=02ab1da7cdbc3acb897f9fcc8f82311a8c432fe6

commit 02ab1da7cdbc3acb897f9fcc8f82311a8c432fe6
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Sep 5 22:56:28 2021 +0200

    termio: do not set config temp flag on elm config change
---
 src/bin/termio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 9f41ea2..de3b6ca 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -373,7 +373,7 @@ _font_size_set(Evas_Object *obj, int size)
    font_size_scale = ELM_SCALE_SIZE(size);
    if (sd->font_size_scale == font_size_scale) return;
    sd->font_size_scale = font_size_scale;
-   if (config)
+   if ((config) && (size != config->font.size))
      {
         config->temporary = EINA_TRUE;
         config->font.size = size;

-- 


Reply via email to