click to raise ALWAYS raises. ALWAYS.
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Thu, 5 Sep 2013 12:42:18 +0000 (13:42 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Thu, 5 Sep 2013 12:42:48 +0000 (13:42 +0100)
src/bin/e_focus.c

index 0318b3c..550e71d 100644 (file)
@@ -79,10 +79,7 @@ e_focus_event_mouse_down(E_Border *bd)
    else if (e_config->always_click_to_raise)
      {
         if (!bd->lock_user_stacking)
-          {
-             if (e_config->border_raise_on_focus)
-               e_border_raise(bd);
-          }
+          e_border_raise(bd);
      }
    else if (e_config->always_click_to_focus)
      {