Commit 1ec15534 authored by claes's avatar claes

Hot cursor was activated for objects with actiontype inherit

parent c603c3c1
......@@ -3137,7 +3137,7 @@ static int graph_trace_grow_cb( GlowCtx *ctx, glow_tEvent event)
grow_GetUserData( event->object.object, (void **)&dyn);
if ( graph->is_authorized( dyn->access) &&
dyn->get_actiontype( event->object.object)) {
dyn->get_actiontype( event->object.object) & ~ge_mActionType_Inherit) {
if ( dyn->get_actiontype( event->object.object) & ~ge_mActionType_PopupMenu)
return int(glow_mHotType_CursorCrossHair);
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment