diff options
author | chai <chaifix@163.com> | 2021-10-23 18:19:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-23 18:19:18 +0800 |
commit | 7bf672fd0c6211909d94078b448032b1bd0916ef (patch) | |
tree | 655b875b81ec8d0559ca905fb7d37a1d88e6a80d /Editor/GUI/EditorWindows.h | |
parent | df0444f85f9bf623cc886e1632e624ef20cb0f1b (diff) |
*misc
Diffstat (limited to 'Editor/GUI/EditorWindows.h')
-rw-r--r-- | Editor/GUI/EditorWindows.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h index a25b612..3b84b13 100644 --- a/Editor/GUI/EditorWindows.h +++ b/Editor/GUI/EditorWindows.h @@ -145,6 +145,7 @@ public: void OnFocus(); void OnLostFocus(); + void OnPaint(); GET_SET(std::string, Name, m_Name); GET(HDC, DC, m_DC); @@ -161,7 +162,7 @@ private: HDC m_DC; HGLRC m_RC; - LuaBind::MemberRef m_Instance; // EditorWindow½Å±¾ + LuaBind::MemberRef m_Script; // EditorWindow½Å±¾ LUA_BIND_DECL_CLASS(GUIWindow); |