Bug Fix: Improve display of Viewport UI (#4596)
- always show controls on top of main ui - Tool window does not show visually in toolbar issue: https://github.com/o3de/o3de/issues/4380 Signed-off-by: Michael Pollind <mpollind@gmail.com>
This commit is contained in:
@@ -339,7 +339,7 @@ namespace AzToolsFramework::ViewportUi::Internal
|
|||||||
{
|
{
|
||||||
// no background for the widget else each set of buttons/text-fields/etc would have a black box around them
|
// no background for the widget else each set of buttons/text-fields/etc would have a black box around them
|
||||||
SetTransparentBackground(mainWindow);
|
SetTransparentBackground(mainWindow);
|
||||||
mainWindow->setWindowFlags(Qt::Window | Qt::FramelessWindowHint | Qt::WindowDoesNotAcceptFocus);
|
mainWindow->setWindowFlags(Qt::Tool | Qt::FramelessWindowHint | Qt::WindowDoesNotAcceptFocus);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ViewportUiDisplay::InitializeUiOverlay()
|
void ViewportUiDisplay::InitializeUiOverlay()
|
||||||
|
|||||||
Reference in New Issue
Block a user