don't use action_data_get_context() to update the "tools" action group
2004-05-13 Michael Natterer <mitch@gimp.org> * app/actions/tools-actions.c (tools_actions_update): don't use action_data_get_context() to update the "tools" action group because it may return NULL. Use gimp_get_user_context() instead because the active tool is global regardless of the action group's context. Fixes accidential tool hiding when closing the last display.
Showing
Please register or sign in to comment