1
0
Fork 0

Fix #14107: Mark the company value in the company view window dirty when it changes. (#14112)

pull/14113/head
Peter Nelson 2025-04-26 12:56:11 +01:00 committed by GitHub
parent dfd9fbf873
commit 4a5db57f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ void InvalidateCompanyWindows()
w->SetWidgetDirty(WID_CF_OWN_VALUE);
w->SetWidgetDirty(WID_CF_BALANCE_VALUE);
}
SetWindowWidgetDirty(WC_COMPANY, cid, WID_C_DESC_COMPANY_VALUE);
}
_dirty_company_finances = {};
}