Commit 97f471f3 authored by Christoffer Ackelman's avatar Christoffer Ackelman

Fixed navigator only drawing the content visible in the main window.

parent c0c30a11
......@@ -667,7 +667,7 @@ void GlowCtx::redraw_if_dirty()
gdraw->begin(navw);
gdraw->clear();
draw(navw, nav_rect_ll_x, nav_rect_ll_y, nav_rect_ur_x, nav_rect_ur_y);
draw(navw, 0, 0, navw->window_width, navw->window_height);
gdraw->end();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment