Closed wxtrac closed 3 years ago
Actually, the only thing needed is to change one line in reseditr.cpp. In ObjectMenuProc(), the switch statement says:
switch (event.GetInt())
but it should have said:
switch (event.GetId())
This change is now checked in to the main CVS trunk.
Issue migrated from trac ticket # 4880
component: samples | priority: normal
2000-12-18 21:05:29: anonymous created the issue