]> git.mdlowis.com Git - proto/anvil.git/commitdiff
fixed a bug where stacked windows were being floated when activated
authorMichael D. Lowis <mike@mdlowis.com>
Wed, 1 Apr 2020 17:47:21 +0000 (13:47 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Wed, 1 Apr 2020 17:47:21 +0000 (13:47 -0400)
mons.c

diff --git a/mons.c b/mons.c
index 1b29c9fa269d0fadf8eb26b1ee27a1090ea07100..f4a00a74150adea1124b2d93bb638a3f79386ae0 100644 (file)
--- a/mons.c
+++ b/mons.c
@@ -345,7 +345,7 @@ void mons_activate(Window win)
             monocled_raise(loc.monitor, loc.column, loc.client);
             mons_layer(loc.monitor);
         }
-        else
+        else if (!loc.column)
         {
             mons_raise(loc.monitor, loc.client);
         }