mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22: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
|
@ -449,6 +449,9 @@ namespace IDE.ui
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!projectFolder.mAutoInclude)
|
||||
continue;
|
||||
|
||||
let ext = scope String();
|
||||
Path.GetExtension(fileName, ext);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue