Skip to content

Commit

Permalink
hlrecover cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
butcherg committed Jan 22, 2021
1 parent 251de08 commit 539b5be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/PicProcessorHLRecover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ class HLRecoverPanel: public PicProcPanel
//g->Add(sharp , wxGBPosition(2,1), wxDefaultSpan, wxALIGN_LEFT | wxALL, 3);
//val = new wxStaticText(this,wxID_ANY, params, wxDefaultPosition, wxSize(30, -1));
//g->Add(val , wxGBPosition(2,2), wxDefaultSpan, wxALIGN_LEFT | wxALL, 3);
btn = new wxBitmapButton(this, wxID_ANY, wxBitmap(undo_xpm), wxPoint(0,0), wxSize(-1,-1), wxBU_EXACTFIT);
//btn = new wxBitmapButton(this, wxID_ANY, wxBitmap(undo_xpm), wxPoint(0,0), wxSize(-1,-1), wxBU_EXACTFIT);
//btn->SetToolTip("Reset to default");
g->Add(btn, wxGBPosition(2,3), wxDefaultSpan, wxALIGN_LEFT | wxALL, 3);
//g->Add(btn, wxGBPosition(2,3), wxDefaultSpan, wxALIGN_LEFT | wxALL, 3);

SetSizerAndFit(g);
SetFocus();
//t.SetOwner(this);
Bind(wxEVT_BUTTON, &HLRecoverPanel::OnButton, this);
//Bind(wxEVT_BUTTON, &HLRecoverPanel::OnButton, this);
//Bind(wxEVT_SCROLL_CHANGED, &HLRecoverPanel::OnChanged, this);
//Bind(wxEVT_SCROLL_THUMBTRACK, &HLRecoverPanel::OnThumbTrack, this);
Bind(wxEVT_CHECKBOX, &HLRecoverPanel::onEnable, this, HLRECOVERENABLE);
Expand Down Expand Up @@ -91,7 +91,7 @@ class HLRecoverPanel: public PicProcPanel
private:
//wxSlider *sharp;
//wxStaticText *val;
wxBitmapButton *btn;
//wxBitmapButton *btn;
wxCheckBox *enablebox;
//wxTimer t;
bool low;
Expand Down

0 comments on commit 539b5be

Please sign in to comment.