about summary refs log tree commit diff stats
path: root/src/tracker_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker_panel.h')
-rw-r--r--src/tracker_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_panel.h b/src/tracker_panel.h index a871f90..cb4f082 100644 --- a/src/tracker_panel.h +++ b/src/tracker_panel.h
@@ -23,6 +23,7 @@ class TrackerPanel : public wxPanel {
23 int real_y1 = 0; 23 int real_y1 = 0;
24 int real_x2 = 0; 24 int real_x2 = 0;
25 int real_y2 = 0; 25 int real_y2 = 0;
26 bool active = true;
26 }; 27 };
27 28
28 void OnPaint(wxPaintEvent &event); 29 void OnPaint(wxPaintEvent &event);