diff --git a/uppsrc/Geom/Ctrl/PlotterCtrl.h b/uppsrc/Geom/Ctrl/PlotterCtrl.h index 8e9be5c55..789052758 100644 --- a/uppsrc/Geom/Ctrl/PlotterCtrl.h +++ b/uppsrc/Geom/Ctrl/PlotterCtrl.h @@ -187,6 +187,8 @@ public: TOOL(ViewAspectLock) TOOL(ViewPan) + void PostRefresh(); + public: Callback WhenRescan; Callback WhenZoom; @@ -195,7 +197,6 @@ public: protected: void AdjustPos(Point scpos, int xymask); // 1 = x, 2 = y - void PostRefresh(); protected: bool rev_x, rev_y, aspect_lock, enable_lock; diff --git a/uppsrc/Web/httpsrv.cpp b/uppsrc/Web/httpsrv.cpp index 8046d00ec..091d2bf99 100644 --- a/uppsrc/Web/httpsrv.cpp +++ b/uppsrc/Web/httpsrv.cpp @@ -581,6 +581,7 @@ One HttpServer::GetRequest() req->LogTime(GetHttpURI(request_query), 1); return req; } + break; case RS_GET_HEADERS: case RS_POST_HEADERS: