mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Fix CSV player window on Qt 6
This commit is contained in:
parent
7c2ff3f8f7
commit
6fcdda1488
@ -64,9 +64,9 @@ FramelessWindow.CustomWindow {
|
||||
target: Cpp_CSV_Player
|
||||
function onOpenChanged() {
|
||||
if (Cpp_CSV_Player.isOpen)
|
||||
root.visible = true
|
||||
root.showNormal()
|
||||
else
|
||||
root.visible = false
|
||||
root.hide()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user