mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Deprecated DeleteAndClearItems
This commit is contained in:
parent
bd57172996
commit
1be37e6f24
8 changed files with 17 additions and 7 deletions
|
@ -1195,7 +1195,7 @@ namespace IDE
|
|||
}
|
||||
|
||||
var aDialog = QuerySaveFiles(changedList);
|
||||
DeleteAndClearItems!(changedList);
|
||||
ClearAndDeleteItems(changedList);
|
||||
|
||||
aDialog.mDefaultButton = aDialog.AddButton("Save", new (evt) =>
|
||||
{
|
||||
|
@ -2977,7 +2977,7 @@ namespace IDE
|
|||
using (data.Open("MainDockingFrame"))
|
||||
DeserializeDockingFrame(data, mDockingFrame);
|
||||
|
||||
DeleteAndClearItems!(mRecentlyDisplayedFiles);
|
||||
ClearAndDeleteItems(mRecentlyDisplayedFiles);
|
||||
for (data.Enumerate("RecentFilesList"))
|
||||
{
|
||||
String relPath = scope String();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue