dfranx / ImFileDialog

A file dialog library for Dear ImGui
MIT License
495 stars 57 forks source link

Improve cancel #18

Closed macpete closed 2 years ago

macpete commented 2 years ago

Builds on #17.

This improves the behavior of the Cancel function. Previously, when pressing the Cancel button in the bottom bar, a path was returned via HasResult() if the dialog type was IFD_DIALOG_DIRECTORY, the same as when Open was pressed.

Also the ESCAPE key can now be pressed to cancel the dialog.

dfranx commented 2 years ago

Thanks, merged!