about summary refs log tree commit diff stats
path: root/src/paintings_pane.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 10:52:51 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 10:52:51 -0500
commitf8f55976533ac3b77bb8d31697ba2f1e54a994c1 (patch)
tree59b4cd49e64af291b2fd0b22711174bfd79149fa /src/paintings_pane.h
parent5fe5bec92e86a4a94cddefec51fabc22212b7364 (diff)
downloadlingo-ap-tracker-f8f55976533ac3b77bb8d31697ba2f1e54a994c1.tar.gz
lingo-ap-tracker-f8f55976533ac3b77bb8d31697ba2f1e54a994c1.tar.bz2
lingo-ap-tracker-f8f55976533ac3b77bb8d31697ba2f1e54a994c1.zip
Made indicator updates more fine-grained
Diffstat (limited to 'src/paintings_pane.h')
-rw-r--r--src/paintings_pane.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/paintings_pane.h b/src/paintings_pane.h index 4c7856f..2b79286 100644 --- a/src/paintings_pane.h +++ b/src/paintings_pane.h
@@ -13,7 +13,8 @@ class PaintingsPane : public wxPanel {
13 public: 13 public:
14 explicit PaintingsPane(wxWindow* parent); 14 explicit PaintingsPane(wxWindow* parent);
15 15
16 void UpdateIndicators(); 16 void ResetIndicators();
17 void UpdateIndicators(const std::vector<std::string>& paintings);
17 18
18 private: 19 private:
19 void OnClickRevealPaintings(wxCommandEvent& event); 20 void OnClickRevealPaintings(wxCommandEvent& event);