Compare commits

..

1 Commits

Author SHA1 Message Date
Enrico Lumetti 7c9ce7a734 Add Viewport up/down scroll 2021-03-02 00:26:39 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ impl Widget<CanvasState> for CanvasWidget {
let size = ctx.size();
let rect = size.to_rect();
ctx.clip(rect);
ctx.fill(rect, &Color::WHITE);
let page_content_size = data.versioned_canvas.get().content_size();