Get immediate response into text window,
when requesting information on coordinates.
This commit is contained in:
parent
182a4d3f5f
commit
d34d1e7c7c
|
|
@ -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…
Reference in New Issue