diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-10 16:14:48 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-10 16:14:48 -0400 |
| commit | f801cd592d02eb1a95f6e215cd6fbe7aea631fae (patch) | |
| tree | 56b1c17c213f081fcde64deb9c4536ff67cd7a2f /src/area_popup.h | |
| parent | 0121ce8e79a17336e42ccd14afd9a9c5dbfb29df (diff) | |
| download | lingo-ap-tracker-f801cd592d02eb1a95f6e215cd6fbe7aea631fae.tar.gz lingo-ap-tracker-f801cd592d02eb1a95f6e215cd6fbe7aea631fae.tar.bz2 lingo-ap-tracker-f801cd592d02eb1a95f6e215cd6fbe7aea631fae.zip | |
Fixed area popup sizing near max height
Diffstat (limited to 'src/area_popup.h')
| -rw-r--r-- | src/area_popup.h | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/area_popup.h b/src/area_popup.h index 50e10e8..f8a2355 100644 --- a/src/area_popup.h +++ b/src/area_popup.h | |||
| @@ -16,6 +16,9 @@ class AreaPopup : public wxScrolledCanvas { | |||
| 16 | void ResetIndicators(); | 16 | void ResetIndicators(); |
| 17 | void UpdateIndicators(); | 17 | void UpdateIndicators(); |
| 18 | 18 | ||
| 19 | int GetFullWidth() const { return full_width_; } | ||
| 20 | int GetFullHeight() const { return full_height_; } | ||
| 21 | |||
| 19 | private: | 22 | private: |
| 20 | enum IndicatorType { | 23 | enum IndicatorType { |
| 21 | kLOCATION, | 24 | kLOCATION, |
