ソースを参照

Fixed UIElement's CombinedScreenRect property error in LuaScript subsystem.

Wei Tjong Yao 12 年 前
コミット
5d301cb151
1 ファイル変更4 行追加0 行削除
  1. 4 0
      Extras/LuaScript/pkgs/UI/UIElement.pkg

+ 4 - 0
Extras/LuaScript/pkgs/UI/UIElement.pkg

@@ -303,4 +303,8 @@ UIElement* UIElementGetChild(const UIElement* uiElement, const char* name, bool
 }
 #define GetStyle GetAppliedStyle
 
+// Fixed combinedScreenRect property.
+#define TOLUA_DISABLE_tolua_get_UIElement_combinedScreenRect_ref
+#define tolua_get_UIElement_combinedScreenRect_ref tolua_UILuaAPI_UIElement_GetCombinedScreenRect00
+
 $}