diff --git a/ctl/ctlNavigatePanel.cpp b/ctl/ctlNavigatePanel.cpp index d5c7c63..f484aa0 100644 --- a/ctl/ctlNavigatePanel.cpp +++ b/ctl/ctlNavigatePanel.cpp @@ -507,6 +507,7 @@ void ctlNavigatePanel::render(wxDC& dc) { int xr = c.GetWidth() - border; int xl = c.x + border; pp1.x = xl; + pp2.x = xr; // line mark wxColour prevc = *wxWHITE; int previndex = -1;