Re: [AD] Non-blocking menus block when active, patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Greetings, all. I noticed some time ago (shortly after the non-blocking
> menu code was added to 4.1.6) that menu objects seem to block when active,
> i.e. when clicked or when the mouse moves over it.
What do you mean exactly by "block"? The "non-blocking" feature means that
update_dialog() returns even if a menu object is activated.
> Attached is a patch (against CVS gui.c:1.61, grabbed from CVS shortly
> before this e-mail) that works around that, though I'm not certain it's
> the most clean patch possible, as I'm not fluent in the GUI code.