Skip to content

Commit

Permalink
Disable scaling as a default for LM fits
Browse files Browse the repository at this point in the history
  • Loading branch information
neurodroid committed Sep 6, 2019
1 parent 39e7fd1 commit 0dd3ae7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions dist/debian/patches/trusty-dsc-patch

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/stimfit/gui/dlgs/fitseldlg.cpp
Expand Up @@ -229,7 +229,7 @@ void wxStfFitSelDlg::InitOptions(wxFlexGridSizer* optionsGrid) {
// Use scaling-------------------------------------------------------
m_checkBox = new wxCheckBox(this, wxID_ANY, wxT("Scale data amplitude to 1.0"),
wxDefaultPosition, wxDefaultSize, 0);
m_checkBox->SetValue(true);
m_checkBox->SetValue(false);
optionsGrid->Add( m_checkBox, 0, wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxALL, 2 );

}
Expand Down

0 comments on commit 0dd3ae7

Please sign in to comment.