mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
cleanup hash map on tab page remove
This commit is contained in:
parent
f407117470
commit
1b5af238b8
2 changed files with 29 additions and 16 deletions
|
|
@ -1,12 +1,12 @@
|
|||
mod tab;
|
||||
|
||||
use gtk::{Box, Orientation};
|
||||
use tab::Tab;
|
||||
|
||||
use gtk::prelude::BoxExt;
|
||||
use gtk::{prelude::BoxExt, Box, Orientation};
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct Main {
|
||||
tab: Tab,
|
||||
tab: Arc<Tab>,
|
||||
widget: Box,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue