e_xdg_shell_v6: fix bug for updating min_max size 11/304311/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 16 Jan 2024 00:25:12 +0000 (09:25 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 16 Jan 2024 02:22:59 +0000 (11:22 +0900)
Change-Id: I85e8265a27391f975306ebb0a1997c6bf938273b

src/bin/e_xdg_shell_v6.c

index ab1c5c0..35e58fb 100644 (file)
@@ -523,7 +523,7 @@ _e_xdg_toplevel_v6_min_max_size_update(E_Xdg_Toplevel_V6 *toplevel)
    E_Client *ec = toplevel->ec;
    struct ds_xdg_toplevel_v6 *ds_toplevel = toplevel->ds_toplevel;
 
-   if (!ec->lock_client_size)
+   if (ec->lock_client_size)
      return;
 
    ec->icccm.min_w = ds_toplevel->current.min_width;