summaryrefslogtreecommitdiff
path: root/cad/src/commands/Extrude
diff options
context:
space:
mode:
authorBruce Smith <bruce@nanorex.com>2008-08-18 16:45:05 +0000
committerBruce Smith <bruce@nanorex.com>2008-08-18 16:45:05 +0000
commit6c34b1ae66db413f2f179da281f6081683d0462e (patch)
tree23ebb1480dff0a45affed4d402eedcfef02d8dd5 /cad/src/commands/Extrude
parent281d084a4eebc83b2f0021bfab9a57918d405a1f (diff)
downloadnanoengineer-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-xcad/src/commands/Extrude/ExtrudePropertyManager.py17
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.