update egui
This commit is contained in:
parent
10b1cbacca
commit
ebadbb5f8a
@ -504,7 +504,8 @@ impl MathApp {
|
|||||||
let hint = generate_hint(&self.func_strs[i]).unwrap_or_default();
|
let hint = generate_hint(&self.func_strs[i]).unwrap_or_default();
|
||||||
|
|
||||||
let func_edit_focus = TextEdit::singleline(&mut self.func_strs[i])
|
let func_edit_focus = TextEdit::singleline(&mut self.func_strs[i])
|
||||||
.hint_text(&hint, true)
|
.hint_text(&hint)
|
||||||
|
.hint_forward(true)
|
||||||
.ui(ui)
|
.ui(ui)
|
||||||
.has_focus();
|
.has_focus();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user