oops - missed a check for smart data...

SVN revision: 10552
This commit is contained in:
Carsten Haitzler 2004-06-20 03:20:31 +00:00
parent b05d836e27
commit a0ed8b8b4d
1 changed files with 1 additions and 0 deletions

View File

@ -848,6 +848,7 @@ _smart_lower(Evas_Object * obj)
Smart_Data *sd;
sd = evas_object_smart_data_get(obj);
if (!sd) return;
evas_object_lower(sd->obj);
}