Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc73684

Browse filesBrowse files
authored
Merge pull request #15487 from timhoffm/fix-qt-window-behind
Fix window not always raised in Qt example
2 parents 03bc3c1 + 58a505a commit cc73684
Copy full SHA for cc73684

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎examples/user_interfaces/embedding_in_qt_sgskip.py

Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_qt_sgskip.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ def _update_canvas(self):
6969

7070
app = ApplicationWindow()
7171
app.show()
72+
app.activateWindow()
73+
app.raise_()
7274
qapp.exec_()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.