Skip to content

Commit 674bd4c

Browse files
committed
Fix dialog
1 parent 5a2df23 commit 674bd4c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/Interface/Modules/BrainStimulator/SetConductivitiesToTetMeshDialog.cc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ SetConductivitiesToTetMeshDialog::SetConductivitiesToTetMeshDialog(const std::st
5454
addDoubleSpinBoxManager(InternalAir_, InternalAir);
5555
}
5656

57-
void SetConductivitiesToTetMeshDialog::push()
58-
{
59-
60-
}
61-
6257
void SetConductivitiesToTetMeshDialog::pull()
6358
{
64-
Pulling p(this);
65-
66-
//keepTypeCheckBox_->setChecked(state_->getValue(SetFieldDataAlgo::keepTypeCheckBox).getBool());
59+
pull_newVersionToReplaceOld();
6760
}
6861

src/Interface/Modules/BrainStimulator/SetConductivitiesToTetMeshDialog.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class SCISHARE SetConductivitiesToTetMeshDialog : public ModuleDialogGeneric,
4848
QWidget* parent = 0);
4949

5050
private Q_SLOTS:
51-
void push();
5251
void pull();
5352
};
5453

0 commit comments

Comments
 (0)