Skip to content

Commit

Permalink
City selection window: initialize field
Browse files Browse the repository at this point in the history
Fixes: #115
  • Loading branch information
lonemadmax authored and pulkomandy committed Jan 27, 2025
1 parent 3a818be commit a00e433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/CitiesListSelectionWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ CitiesListSelectionWindow::CitiesListSelectionWindow(BRect rect, BWindow* parent
int32 cityId)
:
BWindow(rect, B_TRANSLATE("Choose location"), B_TITLED_WINDOW, B_NOT_ZOOMABLE
| B_ASYNCHRONOUS_CONTROLS | B_CLOSE_ON_ESCAPE | B_AUTO_UPDATE_SIZE_LIMITS)
| B_ASYNCHRONOUS_CONTROLS | B_CLOSE_ON_ESCAPE | B_AUTO_UPDATE_SIZE_LIMITS),
fDownloadThread(-1)
{
fParent = parent;
fCitiesListView = new BListView("citiesList");
Expand Down

0 comments on commit a00e433

Please sign in to comment.