mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
This commit is contained in:
parent
d78cb3182a
commit
f9b9b15214
15 changed files with 38 additions and 23 deletions
|
@ -56,7 +56,7 @@ namespace IDE.ui
|
|||
delete _;
|
||||
};
|
||||
public static int32 sCurrentMRUIndex = 1;
|
||||
static Dictionary<String, TimeEntry> sTimeCache = new .() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
static Dictionary<String, TimeEntry> sTimeCache = new .() ~ DeleteDictionaryAndKeysAndValues!(_);
|
||||
|
||||
protected EntryListView mFileList;
|
||||
EditWidget mEditWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue