GUI: add backdrop if system file picker is open
This commit is contained in:
parent
52c0044bd9
commit
ba657fe4db
4 changed files with 18 additions and 1 deletions
|
|
@ -95,6 +95,10 @@ bool FurnaceGUIFileDialog::render(const ImVec2& min, const ImVec2& max) {
|
|||
}
|
||||
}
|
||||
|
||||
bool FurnaceGUIFileDialog::isOpen() {
|
||||
return opened;
|
||||
}
|
||||
|
||||
String FurnaceGUIFileDialog::getPath() {
|
||||
if (sysDialog) {
|
||||
if (curPath.size()>1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue