ok so fix the file dialog
This commit is contained in:
parent
a5561f1899
commit
ef0e19413c
3 changed files with 5 additions and 3 deletions
1
extern/igfd/ImGuiFileDialog.h
vendored
1
extern/igfd/ImGuiFileDialog.h
vendored
|
|
@ -1133,6 +1133,7 @@ namespace IGFD
|
|||
|
||||
public:
|
||||
bool puAnyWindowsHovered = false; // not remember why haha :) todo : to check if we can remove
|
||||
double DpiScale;
|
||||
|
||||
public:
|
||||
static FileDialog* Instance() // Singleton for easier accces form anywhere but only one dialog at a time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue