Przeglądaj źródła

Add copy and paste to edit menu (need to enable shortcut)

Kentaro Wada 1 rok temu
rodzic
commit
13aaa3d520
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      labelme/app.py

+ 2 - 0
labelme/app.py

@@ -660,6 +660,8 @@ class MainWindow(QtWidgets.QMainWindow):
             editMenu=(
                 edit,
                 duplicate,
+                copy,
+                paste,
                 delete,
                 None,
                 undo,