lifeRobot / jui_test

project from slint#4699 issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slint#4699 issue example project

run project

cargo run

issue description

  1. i use TestGlobal to change data in async
  2. .slint file rendering different components based on TestGlobal
  3. but just change TestGlobal data and not change components, close PopupWindow components will be panic!

steps

  1. clicked button to show confirm component
  2. clicked confirm/cancel button to close confirm component
  3. if the TestGlobal data change now, the program will be panic!

guess

this issue may be is not a bug, just my slint file logic bug

About

project from slint#4699 issue


Languages

Language:Rust 95.9%Language:Slint 4.1%