提交 fb1152a1 编写于 作者: iamgd67's avatar iamgd67 提交者: Kentaro Wada

fix style warn

上级 f74c4c9d
......@@ -243,7 +243,7 @@ class MainWindow(QtWidgets.QMainWindow):
)
saveAuto.setChecked(self._config['auto_save'])
def onSaveWithImageDataClick(x:bool):
def onSaveWithImageDataClick(x: bool):
self._config['store_data'] = x
self.actions.saveWithImageData.setChecked(x)
......@@ -255,7 +255,6 @@ class MainWindow(QtWidgets.QMainWindow):
)
saveWithImageData.setChecked(self._config['store_data'])
close = action('&Close', self.closeFile, shortcuts['close'], 'close',
'Close current file')
color1 = action('Polygon &Line Color', self.chooseColor1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册