Fix FileDialog being drawn multiple times.

This commit is contained in:
Ottermandias 2024-01-05 14:51:41 +01:00
parent 1b98626a61
commit 306a9c217a
2 changed files with 0 additions and 5 deletions

View file

@ -158,8 +158,6 @@ public class FileEditor<T> : IDisposable where T : class, IWritable
_quickImport = null;
}
_fileDialog.Draw();
}
public void Reset()