some replacements and fixes that were referring Sandbox/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-06-29 13:13:00 -07:00
parent 1696680240
commit d14229c67e
11 changed files with 12 additions and 22 deletions
+2
View File
@@ -9,6 +9,8 @@ if(NOT PAL_TRAIT_BUILD_HOST_TOOLS)
return()
endif()
add_subdirectory(Plugins)
ly_add_target(
NAME EditorCore SHARED
NAMESPACE Legacy
+1 -1
View File
@@ -1602,7 +1602,7 @@ BOOL CCryEditApp::InitInstance()
QDir engineRoot = QString::fromUtf8(engineRootPath.c_str(), aznumeric_cast<int>(engineRootPath.Native().size()));
AzQtComponents::StyleManager::addSearchPaths(
QStringLiteral("style"),
engineRoot.filePath(QStringLiteral("Code/Sandbox/Editor/Style")),
engineRoot.filePath(QStringLiteral("Code/Editor/Style")),
QStringLiteral(":/Assets/Editor/Style"),
engineRootPath);
AzQtComponents::StyleManager::setStyleSheet(mainWindow, QStringLiteral("style:Editor.qss"));
+1 -1
View File
@@ -128,7 +128,7 @@ public:
void SaveAutoBackup();
void SaveAutoRemind();
void ExportToGame(bool bNoMsgBox = true);
//! \param sTitleStr overwrites the default title - "Sandbox Editor 3 (tm)"
//! \param sTitleStr overwrites the default title of the Editor
void SetEditorWindowTitle(QString sTitleStr = QString(), QString sPreTitleStr = QString(), QString sPostTitleStr = QString());
RecentFileList* GetRecentFileList();
virtual void AddToRecentFileList(const QString& lpszPathName);