mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-15 13:42:39 +03:00
First steps in supporting color fonts.
Some minor fixes to build with emscripten.
This commit is contained in:
@@ -261,7 +261,6 @@ void DocSearchController::hideSearchBar() {
|
||||
}
|
||||
|
||||
void DocSearchController::onCodeEditorFocusChange( UICodeEditor* editor ) {
|
||||
|
||||
if ( mSearchState.editor && mSearchState.editor != editor ) {
|
||||
String word = mSearchState.editor->getHighlightWord();
|
||||
mSearchState.editor->setHighlightWord( "" );
|
||||
|
||||
Reference in New Issue
Block a user