Closed DavidHusicka closed 5 months ago
Project could not be compiled on Linux due to missing import. This import was added.
Crashes when resizing were also common so they were solved with an early return.
Lastly, the get_cursor function sometimes unwraped a None variant on an Option so the unwrap was replaced with an error propagation syntax.
get_cursor
None
Option
unwrap
Project could not be compiled on Linux due to missing import. This import was added.
Crashes when resizing were also common so they were solved with an early return.
Lastly, the
get_cursor
function sometimes unwraped aNone
variant on anOption
so theunwrap
was replaced with an error propagation syntax.