Add menu item to clear log in the grid window

Just make it more convenient to read the logs in it.
This commit is contained in:
Vadim Zeitlin
2020-08-20 17:11:40 +02:00
parent 65c27c6a6e
commit 767f19cf25
2 changed files with 14 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ public:
~GridFrame();
void OnQuit( wxCommandEvent& );
void OnClear( wxCommandEvent& );
void OnAbout( wxCommandEvent& );
void OnVTable( wxCommandEvent& );
void OnBugsTable( wxCommandEvent& );