horrible build failure
This commit is contained in:
parent
0602a2f811
commit
4b1605f2c2
6 changed files with 4 additions and 11 deletions
|
|
@ -1603,7 +1603,7 @@ bool FurnaceFilePicker::draw(ImGuiWindowFlags winFlags) {
|
|||
}
|
||||
|
||||
// OK/Cancel buttons
|
||||
ImGui::BeginDisabled(entryName.empty() && chosenEntries.empty());
|
||||
ImGui::BeginDisabled(entryName.empty() && chosenEntries.empty() && !dirSelect);
|
||||
if (ImGui::Button(_("OK"))) {
|
||||
// accept entry
|
||||
acknowledged=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue