Fix incorrect draw color on TextInputForm rendering the input buffer
This commit is contained in:
@@ -71,7 +71,7 @@ namespace JUI {
|
||||
if (!focused || !hide_autocomplete_on_select)
|
||||
TextBase::Draw(pos, size, autocomplete_text, this->text_size, autocomplete_color);
|
||||
|
||||
TextBase::Draw(pos, size, content, text_size, autocomplete_color);
|
||||
TextBase::Draw(pos, size, content, text_size, text_color);
|
||||
|
||||
//TextRect::InnerDraw();
|
||||
}
|
||||
|
Reference in New Issue
Block a user