fix jump mode to remove unwanted window properties

SVN revision: 75641
This commit is contained in:
Mike Blumenkrantz 2012-08-24 06:58:57 +00:00
parent 2108b94570
commit 64435c7d68
1 changed files with 3 additions and 1 deletions

View File

@ -698,8 +698,10 @@ _e_qa_bd_menu_jump(void *data, E_Menu *m __UNUSED__, E_Menu_Item *mi __UNUSED__)
if (entry->config.jump)
{
entry->config.autohide = entry->config.hide_when_behind = 0;
_e_qa_entry_border_props_restore(entry, entry->border);
}
_e_qa_entry_border_props_apply(entry);
else
_e_qa_entry_border_props_apply(entry);
}
static void