diff options
author | Blaine | 2020-06-11 02:04:51 +0530 |
---|---|---|
committer | Blaine | 2020-06-11 02:04:51 +0530 |
commit | ce0f8b1370893a272ea46b2dd9efc8849b116954 (patch) | |
tree | 5fde7b957c48647edbe0b6400a9699e27c0a6f02 /src/main/python/utils/dialogs.py | |
parent | 8e43a5334372113ef5598f1fbee2022acefa52f7 (diff) | |
download | Chemical-PFD-ce0f8b1370893a272ea46b2dd9efc8849b116954.tar.gz Chemical-PFD-ce0f8b1370893a272ea46b2dd9efc8849b116954.tar.bz2 Chemical-PFD-ce0f8b1370893a272ea46b2dd9efc8849b116954.zip |
ui update
Diffstat (limited to 'src/main/python/utils/dialogs.py')
-rw-r--r-- | src/main/python/utils/dialogs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/python/utils/dialogs.py b/src/main/python/utils/dialogs.py index 79685c5..f2c4eb9 100644 --- a/src/main/python/utils/dialogs.py +++ b/src/main/python/utils/dialogs.py @@ -58,7 +58,6 @@ class paperDims(QDialog): super(paperDims, self).exec_() self.deleteLater() #remove from memory #if ok was pressed return value else return None - print(self.landscapeCheckBox.isChecked()) return (self.returnCanvasSize, self.returnCanvasPPI, self.landscapeCheckBox.isChecked()) if self.result() else None class sideViewSwitchDialog(QDialog): |