Fix v2.0 for #2256:

An alternative fix - last one broke stuff that I only discovered
*after* committing! Go figure!

Basically, gave B_REDR events for the sliders -- I still think
there is a bigger underlying issue here, but it is best left for
Ton the interface guru! ;)
This commit is contained in:
2005-06-05 17:06:20 +00:00
parent 6d823636b8
commit 35a00d7ca0
2 changed files with 8 additions and 8 deletions

View File

@@ -3468,7 +3468,7 @@ static int ui_do_block(uiBlock *block, uiEvent *uevent)
if( (block->flag & UI_BLOCK_LOOP) && but->type==BLOCK);
else
retval= UI_RETURN_OK; /* event handled, so return */
if (butevent) retval= UI_RETURN_OK;
}
}
}