Unhide a border if we are looping through focus.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 23 Feb 2010 22:37:40 +0000 (22:37 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 23 Feb 2010 22:37:40 +0000 (22:37 +0000)
SVN revision: 46411

src/modules/illume2/policies/illume/policy.c

index 1b538646c65d1eeabee865b26c019bedc7e9b511..93d458aaafb270ede8103d04b3ad12184cd8d225 100644 (file)
@@ -52,6 +52,9 @@ _policy_border_set_focus(E_Border *bd)
               ((bd->parent->focused) && 
                (e_config->focus_setting == E_FOCUS_NEW_DIALOG_IF_OWNER_FOCUSED))))) 
           {
+             /* if the border was hidden due to layout, we need to unhide */
+             if (!bd->visible) e_border_show(bd);
+
              /* if the border is iconified then uniconify */
              if (bd->iconic) 
                {