fix(appearance): color picker resize and drag, fixed size, and re-use color picker window if it exists
This commit is contained in:
parent
a549e8bb5f
commit
e4c47058e0
5 changed files with 389 additions and 232 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue