autocommit 2022-03-30 22:27:19 CEST
This commit is contained in:
parent
a8136ed88c
commit
ab4ac883ee
19 changed files with 434 additions and 76 deletions
|
|
@ -166,7 +166,7 @@ impl FloatNode {
|
|||
let title = self.title.borrow_mut();
|
||||
self.title_texture.set(None);
|
||||
let pos = self.position.get();
|
||||
if pos.width() <= 2 * bw {
|
||||
if pos.width() <= 2 * bw || th == 0 || title.is_empty() {
|
||||
return;
|
||||
}
|
||||
let ctx = match self.state.render_ctx.get() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue