Revision: 45670
http://sourceforge.net/p/vice-emu/code/45670
Author: gpz
Date: 2025-05-11 14:22:41 +0000 (Sun, 11 May 2025)
Log Message:
-----------
test this yourself
Modified Paths:
--------------
trunk/vice/src/arch/gtk3/novte/vte.cc
Modified: trunk/vice/src/arch/gtk3/novte/vte.cc
===================================================================
--- trunk/vice/src/arch/gtk3/novte/vte.cc 2025-05-11 14:17:23 UTC (rev 45669)
+++ trunk/vice/src/arch/gtk3/novte/vte.cc 2025-05-11 14:22:41 UTC (rev 45670)
@@ -351,7 +351,7 @@
*/
rect.x = (int)(column_start * (m_cell_width - 1));
/* The extra + 1 is for the faux-bold overdraw */
- int xend = (int)(((column_start + n_columns) * m_cell_width) + 1 + 1));
+ int xend = (int)(((column_start + n_columns) * m_cell_width) + 1 + 1);
rect.width = xend - rect.x;
rect.y = (int)(row_to_pixel(row_start) - 1);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|