Patch - Adjusts UI and fixes a stats update call. - V14.5.36

Fixes an issue where the stats update function was not being called correctly, ensuring accurate and up-to-date information is displayed.
This commit is contained in:
2025-10-13 11:26:36 +02:00
parent af5473f6e3
commit 13fc189ee8
4 changed files with 8 additions and 8 deletions

View File

@@ -1977,7 +1977,7 @@ void application_class::update_stats_after_modification()
{
if (stats_)
{
stats_ -> update_geometric_stats();
stats_-> update_geometric_stats();
}
}