From 527e83fdd62e2b74eb9a26fc2b6dd412b49c046f Mon Sep 17 00:00:00 2001 From: elasota Date: Sun, 29 Dec 2019 03:47:27 -0500 Subject: [PATCH] Change FrameOval to editor todo --- PortabilityLayer/PLQDraw.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PortabilityLayer/PLQDraw.cpp b/PortabilityLayer/PLQDraw.cpp index 1ba6060..52aec36 100644 --- a/PortabilityLayer/PLQDraw.cpp +++ b/PortabilityLayer/PLQDraw.cpp @@ -781,7 +781,7 @@ void FrameRect(const Rect *rect) void FrameOval(const Rect *rect) { - FrameRect(rect); + PL_NotYetImplemented_TODO("Editor"); } void FrameRoundRect(const Rect *rect, int w, int h) @@ -850,7 +850,6 @@ void Line(int x, int y) const PortabilityLayer::Vec2i newPos = PortabilityLayer::Vec2i(qdState->m_penPos.h, qdState->m_penPos.v); PlotLine(qdState, qdManager->GetPort(), oldPos, newPos); - } Pattern *GetQDGlobalsGray(Pattern *pattern)