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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user