fix issue of menu item_proxy
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user