diff options
author | Bruce Smith <bruce@nanorex.com> | 2008-08-18 16:45:05 +0000 |
---|---|---|
committer | Bruce Smith <bruce@nanorex.com> | 2008-08-18 16:45:05 +0000 |
commit | 6c34b1ae66db413f2f179da281f6081683d0462e (patch) | |
tree | 23ebb1480dff0a45affed4d402eedcfef02d8dd5 /cad/src/commands/Extrude | |
parent | 281d084a4eebc83b2f0021bfab9a57918d405a1f (diff) | |
download | nanoengineer-6c34b1ae66db413f2f179da281f6081683d0462e.tar.gz nanoengineer-6c34b1ae66db413f2f179da281f6081683d0462e.zip |
move some ok_btn_clicked/cancel_btn_clicked methods to superclass
Diffstat (limited to 'cad/src/commands/Extrude')
-rwxr-xr-x | cad/src/commands/Extrude/ExtrudePropertyManager.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cad/src/commands/Extrude/ExtrudePropertyManager.py b/cad/src/commands/Extrude/ExtrudePropertyManager.py index 398403eb1..e3d8869bf 100755 --- a/cad/src/commands/Extrude/ExtrudePropertyManager.py +++ b/cad/src/commands/Extrude/ExtrudePropertyManager.py @@ -38,23 +38,6 @@ class ExtrudePropertyManager(Ui_ExtrudePropertyManager): self.updateMessage() - - def ok_btn_clicked(self): - """ - Calls MainWindow.toolsDone to exit the current mode. - @attention: this method needs to be renamed. (this should be done in - PM_Dialog) - """ - self.w.toolsDone() - - def cancel_btn_clicked(self): - """ - Calls MainWindow.toolsDone to exit the current mode. - @attention: this method needs to be renamed. (this should be done in - PM_Dialog) - """ - self.w.toolsCancel() - def connect_or_disconnect_signals(self, connect): """ Connect or disconnect widget signals sent to their slot methods. |