File selector no longer exits event loop when you enter a filename and exit the textfield.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1138 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2009-11-01 22:00:14 +00:00
parent 1406e74f56
commit d41b612931

View File

@ -1403,7 +1403,6 @@ byte Button_Load_or_Save(byte load, byte image)
if(Directory_exists(Main_filename)) Selected_type = 1;
else Selected_type = 0;
}
has_clicked_ok=1;
}
else
{