linux optimization.

This commit is contained in:
lsv 2025-03-20 16:00:02 +05:00 committed by lsv
parent e7f545e444
commit 0e0aae430a
4 changed files with 10 additions and 4 deletions

View file

@ -1170,7 +1170,9 @@ void ctlSQLBox::UpdateLineNumber()
if (width != GetMarginWidth(0))
{
SetMarginWidth(0, width);
#ifndef __WXGTK__
Update();
#endif
}
}
else