here we go
This commit is contained in:
parent
f7553ede78
commit
0fd72afeb4
2 changed files with 54 additions and 6 deletions
|
|
@ -486,7 +486,7 @@ std::vector<String>& FurnaceGUIFileDialog::getFileName() {
|
|||
return fileName;
|
||||
} else {
|
||||
fileName.clear();
|
||||
if (dialogType==1) {
|
||||
if (dialogType!=0) {
|
||||
fileName.push_back(ImGuiFileDialog::Instance()->GetFilePathName());
|
||||
} else {
|
||||
for (auto& i: ImGuiFileDialog::Instance()->GetSelection()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue