discomfitor pushed a commit to branch master.

commit 6074a0b25f0f46beef0de372f5c408081cd0e44f
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Sep 5 13:42:18 2013 +0100

    click to raise ALWAYS raises. ALWAYS.
---
 src/bin/e_focus.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/e_focus.c b/src/bin/e_focus.c
index 0318b3c..550e71d 100644
--- a/src/bin/e_focus.c
+++ b/src/bin/e_focus.c
@@ -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)
      {

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to