Merge branch 'develop' into LYN-4700
Signed-off-by: igarri <igarri@amazon.com>
This commit is contained in:
@@ -244,7 +244,7 @@ SEditorSettings::SEditorSettings()
|
||||
|
||||
gui.nToolbarIconSize = static_cast<int>(AzQtComponents::ToolBar::ToolBarIconSize::Default);
|
||||
|
||||
int lfHeight = 8;// -MulDiv(8, GetDeviceCaps(GetDC(NULL), LOGPIXELSY), 72);
|
||||
int lfHeight = 8;// -MulDiv(8, GetDeviceCaps(GetDC(nullptr), LOGPIXELSY), 72);
|
||||
gui.nDefaultFontHieght = lfHeight;
|
||||
gui.hSystemFont = QFont("Ms Shell Dlg 2", lfHeight, QFont::Normal);
|
||||
gui.hSystemFontBold = QFont("Ms Shell Dlg 2", lfHeight, QFont::Bold);
|
||||
@@ -534,7 +534,7 @@ void SEditorSettings::Save()
|
||||
SaveValue("Settings", "ShowTimeInConsole", bShowTimeInConsole);
|
||||
|
||||
SaveValue("Settings", "EnableSceneInspector", enableSceneInspector);
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Viewport settings.
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
@@ -627,7 +627,7 @@ void SEditorSettings::Save()
|
||||
SaveValue("Settings\\AssetBrowser", "AutoFilterFromViewportSelection", sAssetBrowserSettings.bAutoFilterFromViewportSelection);
|
||||
SaveValue("Settings\\AssetBrowser", "VisibleColumnNames", sAssetBrowserSettings.sVisibleColumnNames);
|
||||
SaveValue("Settings\\AssetBrowser", "ColumnNames", sAssetBrowserSettings.sColumnNames);
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Deep Selection Settings
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
@@ -706,7 +706,7 @@ void SEditorSettings::Load()
|
||||
QString strPlaceholderString;
|
||||
// Load settings from registry.
|
||||
LoadValue("Settings", "UndoLevels", undoLevels);
|
||||
LoadValue("Settings", "UndoSliceOverrideSaveValue", m_undoSliceOverrideSaveValue);
|
||||
LoadValue("Settings", "UndoSliceOverrideSaveValue", m_undoSliceOverrideSaveValue);
|
||||
LoadValue("Settings", "ShowWelcomeScreenAtStartup", bShowDashboardAtStartup);
|
||||
LoadValue("Settings", "ShowCircularDependencyError", m_showCircularDependencyError);
|
||||
LoadValue("Settings", "LoadLastLevelAtStartup", bAutoloadLastLevelAtStartup);
|
||||
|
||||
Reference in New Issue
Block a user