GUI closes after updating frame twice then saving #915
Unanswered
Ryan-Abramowitz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It does get through saving though (I know because I have it print that it is finished saving at the end of the save function). I think this is computer specific because the gui works on my other computer (also ubuntu) perfectly fine. My operating system is
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
and my hardware information is
system: XPS 15 9550 (06E4)
processor: Intel(R) Core(TM) i7-6700HQ CP
memory: 8GiB System Memory
display: GM107M [GeForce GTX 960M]
display: HD Graphics 530
. Can anyone help? I've imported eframe as
eframe = { version = "0.15.0", default-features = false, features = ["default_fonts", "egui_glow"] }
because I was having trouble actually getting the gui to update the frame instead of just updating its internal state on a different computer.
Beta Was this translation helpful? Give feedback.
All reactions