Slight tweak to get context menu items to show. Next they will need to do something.
git-svn-id: svn://10.0.0.236/trunk@12759 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
60f2552649
commit
b11a146230
@ -248,11 +248,16 @@ XFE_ToolbarButton::popup(XEvent *event)
|
||||
}
|
||||
HT_Resource entry = getHtResource();
|
||||
HT_View view = HT_GetView(entry);
|
||||
HT_Pane pane = HT_GetPane(view);
|
||||
|
||||
//URDFUtilities::StHTEventMasking noEvents(pane, HT_EVENT_NO_NOTIFICATION_MASK);
|
||||
HT_SetSelectedView(pane, view);
|
||||
HT_SetSelection(entry);
|
||||
|
||||
_popup = new XFE_RDFPopupMenu("popup",
|
||||
FE_GetToplevelWidget(),
|
||||
view,
|
||||
TRUE, // isWorkspace
|
||||
FALSE, // isWorkspace
|
||||
FALSE); // background commands
|
||||
|
||||
_popup->position(event);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user