This commit is contained in:
parent
8ee1f94da5
commit
7cceaaac22
6 changed files with 50 additions and 24 deletions
|
@ -319,14 +319,14 @@ CMapSizeDlg Dlg;
|
|||
/*********************************************************************************/
|
||||
void CMapEditDoc::OnZoomIn()
|
||||
{
|
||||
Core.Zoom(NULL,+1.0f);
|
||||
Core.Zoom(NULL,-0.1f);
|
||||
UpdateAllViews(NULL);
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
void CMapEditDoc::OnZoomOut()
|
||||
{
|
||||
Core.Zoom(NULL,-1.0f);
|
||||
Core.Zoom(NULL,+0.1f);
|
||||
UpdateAllViews(NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue