fix
This commit is contained in:
parent
973d774fbb
commit
4371c25fb5
@ -223,7 +223,7 @@ impl epi::App for MathApp {
|
|||||||
// Stores the final Plot
|
// Stores the final Plot
|
||||||
egui::CentralPanel::default().show(ctx, |ui| {
|
egui::CentralPanel::default().show(ctx, |ui| {
|
||||||
if !parse_error.is_empty() {
|
if !parse_error.is_empty() {
|
||||||
ui.label(format!("Error: {}", parse_error));
|
ui.label(parse_error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let available_width: usize = ui.available_width() as usize;
|
let available_width: usize = ui.available_width() as usize;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user