Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions UI/TechTreeWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1807,9 +1807,7 @@ void TechTreeWnd::TechListBox::Update() {
}

void TechTreeWnd::TechListBox::Populate() {
// abort of not visible to see results
if (!Visible())
return;
// let it process even if not currently visible, as may happen during turn-start update/reset

DebugLogger() << "Tech List Box Populating";

Expand Down Expand Up @@ -2087,7 +2085,7 @@ std::set<TechStatus> TechTreeWnd::GetTechStatusesShown() const

void TechTreeWnd::Update() {
m_layout_panel->Update();
m_tech_list->Update();
m_tech_list->Reset();
}

void TechTreeWnd::Clear() {
Expand Down