Browse Source

Get immediate response into text window,

when requesting information on coordinates.
pre-master-46
Holger Vogt 5 years ago
parent
commit
d34d1e7c7c
  1. 1
      src/frontend/wdisp/windisp.c

1
src/frontend/wdisp/windisp.c

@ -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;

Loading…
Cancel
Save