Skip to content

Commit

Permalink
Merge remote-tracking branch 'ssvine/fix-named-obj-sort'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Feb 24, 2024
2 parents 34e1f1f + 577f008 commit e572ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/NamedObjs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,12 @@ void TNamedObjectList::Notify(TObject * Ptr, TListNotification Action)
{
FHiddenCount = -1;
}
#if defined(__BORLANDC__)
if (FAutoSort)
{
AlphaSort();
}
#endif // defined(__BORLANDC__)
}
}

Expand Down

0 comments on commit e572ce5

Please sign in to comment.