Open folder if valid on press enter in path input (SpartanJ/ecode#872).

Improved resources path solving.
Minor changes in tests.
This commit is contained in:
Martín Lucas Golini
2026-04-08 20:05:52 -03:00
parent b2a4239c14
commit 8bbb61d8f5
18 changed files with 59 additions and 34 deletions

View File

@@ -49,7 +49,7 @@ UTEST( UIHTMLTable, complexLayout ) {
32, {}, 1, false, true ),
ContextSettings( false, 0, 0, GLv_default, true, false ) );
FileSystem::changeWorkingDirectory( Sys::getProcessPath() );
FontTrueType* font = FontTrueType::New( "NotoSans-Regular" );
font->loadFromFile( "../assets/fonts/NotoSans-Regular.ttf" );
ASSERT_TRUE( font != nullptr && font->loaded() );