* statusbar: del "R:" info (rotate increment from SI)

+current map format info (F:AP/BP/220)
		+explanatory tooltip, describing shown infos
This commit is contained in:
Garux
2017-12-15 05:18:09 +03:00
parent fd7429d45f
commit aeaeb2a3e6
5 changed files with 25 additions and 11 deletions

View File

@@ -1948,7 +1948,7 @@ void Camera_CubeIn(){
}
Camera_updateProjection( camwnd.getCamera() );
CamWnd_Update( camwnd );
g_pParentWnd->SetGridStatus();
GridStatus_changed();
}
void Camera_CubeOut(){
@@ -1959,7 +1959,7 @@ void Camera_CubeOut(){
}
Camera_updateProjection( camwnd.getCamera() );
CamWnd_Update( camwnd );
g_pParentWnd->SetGridStatus();
GridStatus_changed();
}
bool Camera_GetFarClip(){