mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix FileDialog being drawn multiple times.
This commit is contained in:
parent
1b98626a61
commit
306a9c217a
2 changed files with 0 additions and 5 deletions
|
|
@ -158,8 +158,6 @@ public class FileEditor<T> : IDisposable where T : class, IWritable
|
|||
|
||||
_quickImport = null;
|
||||
}
|
||||
|
||||
_fileDialog.Draw();
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ using OtterGui.Raii;
|
|||
using OtterGui;
|
||||
using OtterGui.Classes;
|
||||
using Penumbra.GameData;
|
||||
using Penumbra.GameData.Data;
|
||||
using Penumbra.GameData.Files;
|
||||
using Penumbra.GameData.Interop;
|
||||
using Penumbra.String;
|
||||
|
|
@ -43,8 +42,6 @@ public partial class ModEditWindow
|
|||
ImGui.Dummy(new Vector2(ImGui.GetTextLineHeight() / 2));
|
||||
DrawOtherShaderPackageDetails(file);
|
||||
|
||||
file.FileDialog.Draw();
|
||||
|
||||
ret |= file.Shpk.IsChanged();
|
||||
|
||||
return !disabled && ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue