mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Change FrameOval to editor todo
This commit is contained in:
@@ -781,7 +781,7 @@ void FrameRect(const Rect *rect)
|
|||||||
|
|
||||||
void FrameOval(const Rect *rect)
|
void FrameOval(const Rect *rect)
|
||||||
{
|
{
|
||||||
FrameRect(rect);
|
PL_NotYetImplemented_TODO("Editor");
|
||||||
}
|
}
|
||||||
|
|
||||||
void FrameRoundRect(const Rect *rect, int w, int h)
|
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);
|
const PortabilityLayer::Vec2i newPos = PortabilityLayer::Vec2i(qdState->m_penPos.h, qdState->m_penPos.v);
|
||||||
|
|
||||||
PlotLine(qdState, qdManager->GetPort(), oldPos, newPos);
|
PlotLine(qdState, qdManager->GetPort(), oldPos, newPos);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Pattern *GetQDGlobalsGray(Pattern *pattern)
|
Pattern *GetQDGlobalsGray(Pattern *pattern)
|
||||||
|
Reference in New Issue
Block a user