This commit is contained in:
Loic Guegan 2022-12-29 18:33:09 +01:00
parent 34fd2d3736
commit 5c201ca7b5

View file

@ -22,8 +22,6 @@ BoardCanvas::BoardCanvas(wxFrame *parent)
Bind(wxEVT_KEY_DOWN, [p=this](wxKeyEvent &e){e.ResumePropagation(1);e.Skip();});
Bind(wxEVT_KEY_UP, [p=this](wxKeyEvent &e){e.ResumePropagation(1);e.Skip();});
SetClockTime(0,0,0, false);
SetClockTime(0,0,0, true);
}
BoardCanvas::~BoardCanvas() {