From f801cd592d02eb1a95f6e215cd6fbe7aea631fae Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 10 Mar 2025 16:14:48 -0400 Subject: Fixed area popup sizing near max height --- src/area_popup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/area_popup.h') 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 { void ResetIndicators(); void UpdateIndicators(); + int GetFullWidth() const { return full_width_; } + int GetFullHeight() const { return full_height_; } + private: enum IndicatorType { kLOCATION, -- cgit 1.4.1