Hi,

I have just noticed that a checkable WPopupMenuItem does not trigger the 
action anymore.

WPopupMenu * popup = new Wt::WPopupMenu()
WPopupMenuItem* item = popup->addItem(text);
item->setCheckable(true);
item->setChecked(true);

When I hit the text of the popup item nothing happens.
When I hit the checkbox it is unchecked but the connected slot is not 
called.
When I hit the text again then the new state of the checkbox is 
propagated to the connected slot!

Regards,
Stefan

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to