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:
@@ -1977,7 +1977,7 @@ void application_class::update_stats_after_modification()
|
||||
{
|
||||
if (stats_)
|
||||
{
|
||||
stats_ -> update_geometric_stats();
|
||||
stats_-> update_geometric_stats();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user