wuanzhuan
wuanzhuan
the popupwindow's parent element is in the red border  
how can i set the row_element's has-hover by TableViewCell's has-hover. Only the TableViewCell has the TouchArea. I need handle hover event for both some TableViewCells and one TableViewRow. the TableViewCell...
reference: https://github.com/tkaitchuck/aHash/issues/200 need to update ahash version
reference: https://github.com/tkaitchuck/aHash/issues/200 need to update ahash version
like this: ```slint import { ListView } from "std-widgets.slint"; export component Demo { ListView { viewport-width: 10000px; private property names: [ "111111111111111111111111111111111", "222222222222222222222222222222222222", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333",...
in tracing_subscriber 0.3.18 I use a Envfilter in global subscriber. It is composed of one LevelFilter and Targets. When i modify the level filter, i need replace the entire EnvFilter....