Hello! I have a strange QMenu behavior. It's render so slow or render when i pressed twice or not render.
I have no such bug on machine(XP) where i compilling and debug programm. Only when i install program to another machine. QT 4.7+ Visual Studio 2008

QMenu* m = mname ? qFindChild<QMenu*>(wndWidget(),QtClient::setUtf8(m name)) : 0;
if (m){
// Menu try to fix bug
m->setContextMenuPolicy(Qt::CustomContextMenu);
m->popup(mapToGlobal(event->globalPos()));
//m->exec(event->globalPos())
}