issue5299: Resolved via change to not disable custom window decorations.
Signed-off-by: Roddie Kieley <rkieley@redhat.com>
This commit is contained in:
@@ -12,6 +12,6 @@ namespace Platform
|
||||
{
|
||||
AzQtComponents::WindowDecorationWrapper::Option GetWindowDecorationWrapperOption()
|
||||
{
|
||||
return AzQtComponents::WindowDecorationWrapper::OptionDisabled;
|
||||
return AzQtComponents::WindowDecorationWrapper::OptionNone;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user