Commit 8d11262a authored by claes's avatar claes

AttrObject could not be opened, and bugfix in popup menu

parent 2724a881
......@@ -349,7 +349,7 @@ static int xattnav_brow_cb( FlowCtx *ctx, flow_tEvent event)
case flow_eEvent_MB3Press:
{
// Popup menu
Widget popup;
Widget popup = 0;
pwr_sAttrRef attrref;
int sts;
......@@ -364,6 +364,7 @@ static int xattnav_brow_cb( FlowCtx *ctx, flow_tEvent event)
switch ( item->type) {
case xnav_eItemType_Attr:
case xnav_eItemType_AttrArrayElem:
case xnav_eItemType_AttrObject:
case xnav_eItemType_Collect:
{
char attr_str[140];
......
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