From 09d67fbad9df92caf2251d36b4abd7979fd27126 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 May 2023 17:26:46 -0400 Subject: Map + popups reflect checked locations --- tracker_panel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tracker_panel.h') diff --git a/tracker_panel.h b/tracker_panel.h index ae15271..20d4f92 100644 --- a/tracker_panel.h +++ b/tracker_panel.h @@ -13,6 +13,8 @@ class TrackerPanel : public wxPanel { public: TrackerPanel(wxWindow *parent); + void UpdateIndicators(); + private: void OnPaint(wxPaintEvent &event); @@ -22,6 +24,7 @@ class TrackerPanel : public wxPanel { wxBitmap rendered_; std::vector area_windows_; + std::vector area_popups_; }; #endif /* end of include guard: TRACKER_PANEL_H_D675A54D */ -- cgit 1.4.1