mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-19 12:42:30 +02:00
added debug mode, fixed panel rendering
This commit is contained in:
@@ -138,9 +138,12 @@ void Utility::initialize(ResourceManager::Ptr ptr, const Poco::Path& extJSDir)
|
||||
{
|
||||
Poco::Path aDir(extJSDir);
|
||||
aDir.makeDirectory();
|
||||
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "ext-base.js"));
|
||||
#ifdef _DEBUG
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "ext-all-debug.js"));
|
||||
#else
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "ext-all.js"));
|
||||
#endif
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "DDView.js"));
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "Multiselect.js"));
|
||||
|
||||
|
Reference in New Issue
Block a user