Skip to content

Commit 90c926b

Browse files
authored
修改错字
1 parent ed7cae5 commit 90c926b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

菜单和工具栏.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ action = cmenu.exec_(self.mapToGlobal(event.pos()))
362362
if action == quitAct:
363363
qApp.quit()
364364
```
365-
如果右键菜单里触发了事件,也就触发了推出事件,我们就关闭菜单
365+
如果右键菜单里触发了事件,也就触发了退出事件,执行关闭菜单行为
366366

367367
程序预览:
368368

0 commit comments

Comments
 (0)