mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Add separate recording tile
This commit is contained in:
parent
a790d913af
commit
2143d6333b
11 changed files with 319 additions and 125 deletions
|
|
@ -134,10 +134,11 @@ impl MusicusSearchEntry {
|
|||
}
|
||||
|
||||
pub fn reset(&self) {
|
||||
let mut tags = self.imp().tags.borrow_mut();
|
||||
|
||||
while let Some(tag) = tags.pop() {
|
||||
self.imp().tags_box.remove(&tag);
|
||||
{
|
||||
let mut tags = self.imp().tags.borrow_mut();
|
||||
while let Some(tag) = tags.pop() {
|
||||
self.imp().tags_box.remove(&tag);
|
||||
}
|
||||
}
|
||||
|
||||
self.imp().text.set_text("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue