···655 // Or if we did a middle click, and now released it
656 else if (last_mouse.button == .middle)
657 ctx.redraw = true;
000658 }
659660 // Save this mouse state for when we draw
···655 // Or if we did a middle click, and now released it
656 else if (last_mouse.button == .middle)
657 ctx.redraw = true;
658+ } else {
659+ // If we didn't have the mouse previously, we redraw
660+ ctx.redraw = true;
661 }
662663 // Save this mouse state for when we draw