mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Squiggle fix for non-default font, manually add method fix
This commit is contained in:
parent
e43beb5794
commit
69e3bf94f7
4 changed files with 15 additions and 11 deletions
|
@ -642,7 +642,7 @@ namespace IDE.ui
|
|||
if (underlineColor != 0)
|
||||
{
|
||||
using (g.PushColor(underlineColor))
|
||||
IDEApp.sApp.DrawSquiggle(g, x, y, width);
|
||||
gApp.DrawSquiggle(g, x, y, width);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue