mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-31 15:09:26 +08:00
fix: strokeAndFill in checkMode
This commit is contained in:
parent
2aa0ffe12a
commit
d61beada0b
@ -143,7 +143,7 @@ export abstract class GraphicItemBase
|
|||||||
this.propStroke = value;
|
this.propStroke = value;
|
||||||
break;
|
break;
|
||||||
case GraphicModeProp.StrokeAndFill:
|
case GraphicModeProp.StrokeAndFill:
|
||||||
this.strokeAndFill = true;
|
this.strokeAndFill = value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (this.strokeAndFill) {
|
if (this.strokeAndFill) {
|
||||||
|
Loading…
Reference in New Issue
Block a user