Hi!
Change
if(args.Event.Button == 3)
{
this.fileVersionContextMenu.Popup();
}
to
if(args.Event.Button == 3)
{
this.fileVersionContextMenu.Popup();
this.fileVersionContextMenu.ShowAll();
}
That should work.
--
View this message in context:
http://www.nabble.com/ContextMenu-not-correctly-displaying-tp18814061p18851196.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list