issue5299: Resolved via change to not disable custom window decorations.

Signed-off-by: Roddie Kieley <rkieley@redhat.com>
This commit is contained in:
Roddie Kieley
2022-01-15 14:15:27 -03:30
parent 76ff7aec29
commit 646443cfe5
@@ -12,6 +12,6 @@ namespace Platform
{
AzQtComponents::WindowDecorationWrapper::Option GetWindowDecorationWrapperOption()
{
return AzQtComponents::WindowDecorationWrapper::OptionDisabled;
return AzQtComponents::WindowDecorationWrapper::OptionNone;
}
}