added iff, lbm and bmp filetypes to the fileselect. added loading of bmp images,

modified drawing of the imageselect, and a bugfix for popups.
This commit is contained in:
2003-01-29 11:28:15 +00:00
parent e469083a33
commit 768603383e
4 changed files with 101 additions and 15 deletions

View File

@@ -3052,6 +3052,8 @@ static int ui_do_block(uiBlock *block, uiEvent *uevent)
}
if(uevent->event==ESCKEY && uevent->val==1) return UI_RETURN_CANCEL;
if((uevent->event==RETKEY || uevent->event==PADENTER) && uevent->val==1) return UI_RETURN_OK;
/* check outside */
if(block->direction==UI_RIGHT) count= 140; else count= 40;