diff options
Diffstat (limited to 'ldmicro/simulate.cpp')
-rw-r--r-- | ldmicro/simulate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/simulate.cpp b/ldmicro/simulate.cpp index 0bb4fec..6c25e49 100644 --- a/ldmicro/simulate.cpp +++ b/ldmicro/simulate.cpp @@ -938,7 +938,7 @@ void ShowUartSimulationWindow(void) UartSimulationWindow->setWindowFlags(Qt::Window | Qt::WindowMinimizeButtonHint | Qt::WindowStaysOnTopHint); - UartSimulationWindow->setAttribute(Qt::WA_AlwaysStackOnTop); + UartSimulationWindow->setWindowFlags(Qt::Tool); UartSimulationTextControl = new QPlainTextEdit(); UartSimulationTextControl->resize(TerminalW, TerminalH); |