oopsie (orderlerss -> ordered rendering)
This commit is contained in:
1 parent
d757e805e8
commit
90c579d734
10 files changed
+105
-75
No files matched your search
@@ -91,8 +91,9 @@ impl TextView {
|
||||
&& line.text().is_empty()
|
||||
{
|
||||
painter.widget(hint);
|
||||
} else {
|
||||
painter.texture_within(&tex.handle, region);
|
||||
}
|
||||
painter.texture_within(&tex.handle, region);
|
||||
region
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user