Unhide a border if we are looping through focus.

SVN revision: 46411
This commit is contained in:
Christopher Michael 2010-02-23 22:37:40 +00:00
parent 25859b62f7
commit 9762df18a3
1 changed files with 3 additions and 0 deletions

View 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)
{