kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=d767409ee8981853eb4b48f724aad9ae38a25dba

commit d767409ee8981853eb4b48f724aad9ae38a25dba
Author: Kim Woelders <k...@woelders.dk>
Date:   Sat May 18 07:06:54 2019 +0200

    Make config dialog edge flip mode changes take effect immediately
    
    Previously it required a restart.
---
 src/desktops.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/desktops.c b/src/desktops.c
index ded61ccb..0f5e5655 100644
--- a/src/desktops.c
+++ b/src/desktops.c
@@ -2613,6 +2613,7 @@ _DlgApplyAreas(Dialog * d, int val __UNUSED__, void *data 
__UNUSED__)
    if (dd->edge_resist < 1)
       dd->edge_resist = 1;
    Conf.desks.edge_flip_resistance = dd->edge_resist;
+   EdgeWindowsShow();
 
    autosave();
 }

-- 


Reply via email to