Get immediate response into text window,

when requesting information on coordinates.
This commit is contained in:
Holger Vogt 2021-07-07 10:41:04 +02:00
parent 182a4d3f5f
commit d34d1e7c7c
1 changed files with 1 additions and 0 deletions

View File

@ -590,6 +590,7 @@ LRESULT CALLBACK PlotWindowProc(HWND hwnd, UINT uMsg,
(fye - fy0) / (fxe - fx0), (fxe - fx0) / (fye - fy0)); (fye - fy0) / (fxe - fx0), (fxe - fx0) / (fye - fy0));
} }
} }
UpdateMainText();
SetFocus(swString); SetFocus(swString);
} }
goto WIN_DEFAULT; goto WIN_DEFAULT;