Close window on Esc
This commit is contained in:
parent
72fb3d3984
commit
955d6389af
@ -187,7 +187,8 @@ MoreOptionsStruct::QueryTemporary(const BNode* node)
|
||||
FindWindow::FindWindow(const entry_ref* newRef, bool editIfTemplateOnly)
|
||||
:
|
||||
BWindow(kInitialRect, B_TRANSLATE("Find"), B_TITLED_WINDOW,
|
||||
B_NOT_RESIZABLE | B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS),
|
||||
B_NOT_RESIZABLE | B_NOT_ZOOMABLE | B_CLOSE_ON_ESCAPE
|
||||
| B_AUTO_UPDATE_SIZE_LIMITS),
|
||||
fFile(TryOpening(newRef)),
|
||||
fFromTemplate(false),
|
||||
fEditTemplateOnly(false),
|
||||
|
Loading…
Reference in New Issue
Block a user