diff Libs/DF/pictureedit.lua @ 20:dc1c77254f80

- added close button to users panel. - framework update.
author Tercio
date Tue, 11 Aug 2015 12:46:46 -0300
parents 2f09fe4be15c
children dbd417f413a8
line wrap: on
line diff
--- a/Libs/DF/pictureedit.lua	Sat Jul 18 17:32:30 2015 -0300
+++ b/Libs/DF/pictureedit.lua	Tue Aug 11 12:46:46 2015 -0300
@@ -1,7 +1,9 @@
-
-
 
 local DF = _G ["DetailsFramework"]
+if (not DF or not DetailsFrameworkCanLoad) then
+	return 
+end
+
 local _
 
 	local window = DF:NewPanel (UIParent, nil, "DetailsFrameworkImageEdit", nil, 100, 100, false)