Merge remote-tracking branch 'origin/main' into register-actions
This commit is contained in:
commit
1949fa5147
24 changed files with 1210 additions and 675 deletions
|
@ -153,7 +153,7 @@ type ReleaseListener = Box<dyn FnOnce(&mut dyn Any, &mut AppContext) + 'static>;
|
|||
// }
|
||||
|
||||
pub struct AppContext {
|
||||
this: Weak<AppCell>,
|
||||
pub(crate) this: Weak<AppCell>,
|
||||
pub(crate) platform: Rc<dyn Platform>,
|
||||
app_metadata: AppMetadata,
|
||||
text_system: Arc<TextSystem>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue