mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
FontTrueType: Allow disable emoji fallback.
Vector2: Added round, roundUp, roundDown. KeyEvent: Now sends also the scancode. GlyphDrawable force glyph offset to be an integer value. TerminalDisplay: Allow emoji fonts. Fixed minor bugs. Added events callback. TerminalEmulator: Added clearHistory. eterm: Implemented title updates.
This commit is contained in:
@@ -159,7 +159,8 @@ void GlobalSearchController::initGlobalSearchBar(
|
||||
if ( mGlobalSearchInput->hasFocus() ) {
|
||||
mGlobalSearchBarLayout->execute( "search-in-files" );
|
||||
} else {
|
||||
KeyEvent keyEvent( mGlobalSearchTree, Event::KeyDown, KEY_RETURN, 0, 0 );
|
||||
KeyEvent keyEvent( mGlobalSearchTree, Event::KeyDown, KEY_RETURN, SCANCODE_UNKNOWN, 0,
|
||||
0 );
|
||||
mGlobalSearchTree->forceKeyDown( keyEvent );
|
||||
}
|
||||
} );
|
||||
@@ -533,4 +534,4 @@ void GlobalSearchController::initGlobalSearchTree( UITreeViewGlobalSearch* searc
|
||||
} );
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace ecode
|
||||
|
||||
Reference in New Issue
Block a user