[TEMP] donot resize twice
[apps/core/preloaded/ug-image-viewer-efl.git] / main / src / control / ivug-crop-ug.cpp
index 1a5507e..7eeaa5c 100755 (executable)
@@ -437,6 +437,9 @@ bool ivug_crop_ug_start(IvugCropUG * crop_ug)
        MSG_HIGH("ivug_crop_ug_start");
        IV_ASSERT(crop_ug != NULL);
 
+       Evas_Object *conformant = (Evas_Object *)ug_get_conformant();
+       elm_object_signal_emit(conformant, "elm,state,indicator,nooverlap", "");
+
        ivug_crop_view_file_set(crop_ug->crop_view, crop_ug->filepath);
 
        return true;