mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
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:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user