Some dialogs don't play nice if we check visible property so remove.

SVN revision: 56242
This commit is contained in:
Christopher Michael 2011-01-20 18:49:34 +00:00
parent 242d3034bf
commit 7fab214109
1 changed files with 0 additions and 3 deletions

View File

@ -783,9 +783,6 @@ _policy_zone_layout_dialog(E_Border *bd, E_Illume_Config_Zone *cz)
if ((!bd) || (!cz)) return;
/* no point in adjusting size or position if it's not visible */
if (!bd->visible) return;
/* grab minimum size */
e_illume_border_min_get(bd, &mw, &mh);
if (mw <= 0) mw = bd->w;