[Gtk-sharp-list] ContextMenu not correctly displaying
countcb
count.cb at gmx.net
Wed Aug 6 09:28:23 EDT 2008
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.
More information about the Gtk-sharp-list
mailing list