lol comments
This commit is contained in:
@@ -6,7 +6,6 @@ pub struct Masked {
|
||||
|
||||
impl Widget for Masked {
|
||||
fn draw(&mut self, painter: &mut Painter) {
|
||||
println!("yahoo! {}", painter.region());
|
||||
painter.set_mask(painter.region());
|
||||
painter.widget(&self.inner);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user