Zoom in on the contexl help window by press "+"

This commit is contained in:
lsv 2026-03-03 10:15:09 +05:00
parent eee87648bf
commit c1b222ee43
2 changed files with 25 additions and 12 deletions

View file

@ -1452,7 +1452,7 @@ retry:
if (pos == wxString::npos)
pos = len;
int x=rect.GetRight()-1;
int yb=rect.GetTop();
int yb=rect.GetTop()+1; //GRID_TEXT_MARGIN
int c=0;
while (pos > 0)
{