fix issue of menu item_proxy

This commit is contained in:
Jinhao
2016-10-31 04:33:42 +08:00
parent e7ce506f5a
commit 445f0ed6de
3 changed files with 157 additions and 175 deletions

View File

@@ -20,7 +20,7 @@ namespace nana
public:
static void popup(menu& m, window wd, int x, int y)
{
m._m_popup(wd, x, y, true);
m._m_popup(wd, { x, y }, true);
}
};