Merge pull request #6935 from RoddieKieley/issue5299

issue5299: Resolved via change to not disable custom window decorations.
This commit is contained in:
Chris Galvan
2022-01-20 15:17:37 -06:00
committed by GitHub
@@ -12,6 +12,6 @@ namespace Platform
{
AzQtComponents::WindowDecorationWrapper::Option GetWindowDecorationWrapperOption()
{
return AzQtComponents::WindowDecorationWrapper::OptionDisabled;
return AzQtComponents::WindowDecorationWrapper::OptionNone;
}
}