oopsie (orderlerss -> ordered rendering)
This commit is contained in:
@@ -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