gui: another fix for the port menu creation callback
commit717ad805ac049004393b2ba95e74e289f4eff7f9
authorNedko Arnaudov <nedko@arnaudov.name>
Tue, 26 Apr 2011 06:30:16 +0000 (26 09:30 +0300)
committerNedko Arnaudov <nedko@arnaudov.name>
Tue, 26 Apr 2011 06:30:16 +0000 (26 09:30 +0300)
tree24fc6a5b8f9c1c5419788199b71ac4e1f020ae80
parent6dce02ccb4b4b61fd32ca8b19f0ee29d6966ac42
gui: another fix for the port menu creation callback

The port menu creation callback was called only once. The menu was
then reused.

Maybe this has to be fixed in flowcanvas by making on_menu_hide() virtual.
gui/canvas.cpp