Integrate TextField improvement, mingw32 improvements, software renderer improvements (legacy)
This commit is contained in:
@@ -214,7 +214,7 @@ public:
|
||||
GraphicsStroke *IncRef() { Object::IncRef(); return this; }
|
||||
|
||||
GraphicsStroke *AsStroke() { return this; }
|
||||
int Version() const { return fill->Version(); }
|
||||
int Version() const { return fill ? fill->Version() : 0; }
|
||||
|
||||
bool IsClear() { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user