TestEgr 1.5d5 :
- aggiunto stato a bottoni di Vista e di Modo di Visualizzazione.
This commit is contained in:
+9
-1
@@ -43,4 +43,12 @@ bool
|
||||
LineExec( const string& sLine)
|
||||
{
|
||||
return ((CTestEGrDlg*)AfxGetMainWnd())->LineExec( sLine) ;
|
||||
}
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void
|
||||
UpdateButtons( void)
|
||||
{
|
||||
((CTestEGrDlg*)AfxGetMainWnd())->UpdateShowModeButtons() ;
|
||||
((CTestEGrDlg*)AfxGetMainWnd())->UpdateViewButtons() ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user