Commit 9c6fe08d authored by claes's avatar claes

Dynamic HostObject didn't work after a recall operation

parent 3a2b9954
/*
* Proview $Id: ge_graph.cpp,v 1.27 2005-11-14 16:18:58 claes Exp $
* Proview $Id: ge_graph.cpp,v 1.28 2006-01-10 10:51:17 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -3007,8 +3007,8 @@ static int graph_trace_connect_bc( grow_tObject object,
// Get Dyn from nodeclass i dyn_type is HostObject
grow_GetObjectClassDynType( object, &dyn_type, &dyn_action_type);
if ( dyn_type & ge_mDynType_HostObject &&
dyn->dyn_type & ge_mDynType_Inherit) {
if ( dyn_type & ge_mDynType_HostObject &&
(dyn->dyn_type & ge_mDynType_Inherit || dyn->dyn_type & ge_mDynType_HostObject)) {
GeDyn *nodeclass_dyn;
GeDyn *old_dyn;
pwr_tAName hostobject;
......
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