nim_duilib/tool_kits/duilib/Core
Quan Zhuo d71b4e94d6 修复从zip资源文件加载资源找不到多语言文件的问题
如果 GetData 参数为 m_pStrResourcePath + language + L"\\gdstrings.ini"
则得到的语言路径为:"resources/themes/default/lang/zh_CN/gdstrings.ini"
实则应该为:"resources/lang/zh_CN/gdstrings.ini"
2019-07-30 15:24:10 +08:00
..
Box.cpp Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
Box.h Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
Control.cpp Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
Control.h Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
Define.cpp First commit 2019-04-19 17:19:57 +08:00
Define.h First commit 2019-04-19 17:19:57 +08:00
GlobalManager.cpp 修复从zip资源文件加载资源找不到多语言文件的问题 2019-07-30 15:24:10 +08:00
GlobalManager.h Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
Image.cpp First commit 2019-04-19 17:19:57 +08:00
Image.h First commit 2019-04-19 17:19:57 +08:00
Markup.cpp First commit 2019-04-19 17:19:57 +08:00
Markup.h First commit 2019-04-19 17:19:57 +08:00
Placeholder.cpp First commit 2019-04-19 17:19:57 +08:00
Placeholder.h First commit 2019-04-19 17:19:57 +08:00
Window.cpp Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
Window.h Support switch controls focus when press TAB 2019-07-17 15:29:33 +08:00
WindowBuilder.cpp 修复当使用Class定义样式时,控件的value属性与Class的value属性冲突时界面显示异常问题,控制使用_value属性解决冲突 2019-06-12 11:48:31 +08:00
WindowBuilder.h First commit 2019-04-19 17:19:57 +08:00