oopsie (orderlerss -> ordered rendering)

This commit is contained in:
iris committed 2025-11-22 20:22:26 -05:00
1 parent d757e805e8
commit 90c579d734
10 files changed
+105 -75

No files matched your search

+2 -1
View File
@@ -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
}