mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 16:56:00 +02:00
Improved cwd handling in comptime, generator file/folder edit
This commit is contained in:
parent
49716559e4
commit
087a129007
6 changed files with 130 additions and 32 deletions
|
@ -121,7 +121,7 @@ namespace Beefy.theme.dark
|
|||
{
|
||||
g.SetFont(mFont);
|
||||
|
||||
DarkTheme.DrawUnderlined(g, mLabel, GS!(22), 0);
|
||||
DarkTheme.DrawUnderlined(g, mLabel, GS!(22), GS!(-1));
|
||||
|
||||
/*int underlinePos = mLabel.IndexOf('&');
|
||||
if ((underlinePos != -1) && (underlinePos < mLabel.Length - 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue