Update inner.rs
This commit is contained in:
parent
bdedee3cc9
commit
a544feddfc
1 changed files with 1 additions and 3 deletions
|
|
@ -453,9 +453,7 @@ impl PageInner {
|
||||||
PanelAnchor::Bottom,
|
PanelAnchor::Bottom,
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
.find(|a| {
|
.find(|a| Anchor(**a).to_string() == self.anchors[i])
|
||||||
Anchor(**a).to_string() == self.anchors[i]
|
|
||||||
})
|
|
||||||
{
|
{
|
||||||
panel_config.anchor = *anchor;
|
panel_config.anchor = *anchor;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue