mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
BUGFIX: mEqRef for evalOp
This commit is contained in:
@@ -79,6 +79,7 @@ proc ChooseFileToOpen*(window: PWindow, root: string = ""): string =
|
||||
else:
|
||||
result = ""
|
||||
else:
|
||||
assert file_chooser_dialog_new != nil
|
||||
var chooser = file_chooser_dialog_new("Open File", window,
|
||||
FILE_CHOOSER_ACTION_OPEN,
|
||||
STOCK_CANCEL, RESPONSE_CANCEL,
|
||||
|
||||
Reference in New Issue
Block a user