TestEgr 1.5d5 :

- aggiunto stato a bottoni di Vista e di Modo di Visualizzazione.
This commit is contained in:
Dario Sassi
2014-04-15 14:23:07 +00:00
parent 68fa4b9855
commit 88cee91308
7 changed files with 96 additions and 2 deletions
+9 -1
View File
@@ -43,4 +43,12 @@ bool
LineExec( const string& sLine)
{
return ((CTestEGrDlg*)AfxGetMainWnd())->LineExec( sLine) ;
}
}
//----------------------------------------------------------------------------
void
UpdateButtons( void)
{
((CTestEGrDlg*)AfxGetMainWnd())->UpdateShowModeButtons() ;
((CTestEGrDlg*)AfxGetMainWnd())->UpdateViewButtons() ;
}