| 1933 | { |
| 1934 | Exit(_exitWhenClose); |
| 1935 | return; |
| 1936 | } |
| 1937 | show = book->GetPhase() > 0.75; |
| 1938 | } |
| 1939 | IControl* ctrl = GetCtrl(IDC_REVERT_TITLE); |
| 1940 | if (ctrl) |
| 1941 | { |
| 1942 | ctrl->ShowCtrl(show); |
| 1943 | } |
| 1944 | ctrl = GetCtrl(IDC_REVERT_QUESTION); |
| 1945 | if (ctrl) |
| 1946 | { |
| 1947 | ctrl->ShowCtrl(show); |
| 1948 | } |
| 1949 | |
| 1950 | Display::OnSimulate(vehicle); |
no test coverage detected