diff options
author | Rr42 | 2018-06-18 14:36:44 +0530 |
---|---|---|
committer | Rr42 | 2018-06-18 14:36:44 +0530 |
commit | 5212a10cc69b42b32b0dfb4c48e6c9d3b596dec6 (patch) | |
tree | 2aa03bc5fff1b09bf0156634a4298f6621d2e252 /ldmicro/draw_outputdev.cpp | |
parent | a4052ae05814bdda4ec91e2e8d07e470428f06b1 (diff) | |
download | LDMicroGtk-5212a10cc69b42b32b0dfb4c48e6c9d3b596dec6.tar.gz LDMicroGtk-5212a10cc69b42b32b0dfb4c48e6c9d3b596dec6.tar.bz2 LDMicroGtk-5212a10cc69b42b32b0dfb4c48e6c9d3b596dec6.zip |
fixed bug in TextOut function
Diffstat (limited to 'ldmicro/draw_outputdev.cpp')
-rw-r--r-- | ldmicro/draw_outputdev.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/draw_outputdev.cpp b/ldmicro/draw_outputdev.cpp index 9ac55ab..9965483 100644 --- a/ldmicro/draw_outputdev.cpp +++ b/ldmicro/draw_outputdev.cpp @@ -278,7 +278,7 @@ void PaintWindow() } cy -= 2; DrawEndRung(0, cy); - g_print("cy = %i\n", cy); + if(SelectedGxAfterNextPaint >= 0) { MoveCursorNear(SelectedGxAfterNextPaint, SelectedGyAfterNextPaint); InvalidateRect(DrawWindow, NULL, FALSE); |