fix for viewport ui focus issue
Signed-off-by: hultonha <hultonha@amazon.co.uk>
This commit is contained in:
@@ -364,7 +364,7 @@ namespace AzToolsFramework::ViewportUi::Internal
|
||||
{
|
||||
// no background for the widget else each set of buttons/textfields/etc would have a black box around them
|
||||
SetTransparentBackground(widget);
|
||||
widget->setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
|
||||
widget->setWindowFlags(Qt::Window | Qt::FramelessWindowHint | Qt::WindowDoesNotAcceptFocus);
|
||||
}
|
||||
|
||||
void ViewportUiDisplay::InitializeUiOverlay()
|
||||
|
||||
Reference in New Issue
Block a user