diff options
Diffstat (limited to 'src/area_popup.cpp')
-rw-r--r-- | src/area_popup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/area_popup.cpp b/src/area_popup.cpp index 8f694bb..9c97d78 100644 --- a/src/area_popup.cpp +++ b/src/area_popup.cpp | |||
@@ -64,6 +64,7 @@ void AreaPopup::UpdateIndicators() { | |||
64 | int item_width = col_width + 10 + 32; | 64 | int item_width = col_width + 10 + 32; |
65 | int full_width = std::max(header_extent.GetWidth(), item_width) + 20; | 65 | int full_width = std::max(header_extent.GetWidth(), item_width) + 20; |
66 | 66 | ||
67 | Fit(); | ||
67 | SetVirtualSize(full_width, acc_height); | 68 | SetVirtualSize(full_width, acc_height); |
68 | 69 | ||
69 | rendered_ = wxBitmap(full_width, acc_height); | 70 | rendered_ = wxBitmap(full_width, acc_height); |