fix(appearance): color picker resize and drag, fixed size, and re-use color picker window if it exists

This commit is contained in:
Ashley Wulber 2023-11-06 14:31:02 -05:00 committed by Ashley Wulber
parent a549e8bb5f
commit e4c47058e0
5 changed files with 389 additions and 232 deletions

View file

@ -404,7 +404,7 @@ impl PageInner {
.iter()
.find(|b| b.to_string() == self.backgrounds[a])
{
panel_config.background = b.clone().into();
panel_config.background = (*b).into();
}
}
Message::ExtendToEdge(enabled) => {