Skip to content

Commit c50397b

Browse files
tsic404deepin-bot[bot]
authored andcommitted
fix: no focus on x11
log: as title
1 parent 7b12743 commit c50397b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/qml/PanelPopupWindow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Window {
5353

5454
width: 10
5555
height: 10
56-
flags: Qt.Popup
56+
flags: (Qt.platform.pluginName === "xcb" ? (Qt.Tool | Qt.WindowStaysOnTopHint) : Qt.Popup)
5757
D.DWindow.enabled: true
5858
D.DWindow.windowRadius: D.DTK.platformTheme.windowRadius < 0 ? 4 : D.DTK.platformTheme.windowRadius
5959
D.DWindow.enableSystemResize: false

0 commit comments

Comments
 (0)