深度画布调整
This commit is contained in:
@@ -487,7 +487,8 @@ export class BrushManager {
|
||||
|
||||
// 更新活动笔刷
|
||||
if (this.activeBrush) {
|
||||
this.activeBrush.configure(this.canvas.freeDrawingBrush, { color });
|
||||
const currentOpacity = this.brushStore.state.opacity;
|
||||
this.activeBrush.configure(this.canvas.freeDrawingBrush, { color, opacity: currentOpacity });
|
||||
}
|
||||
|
||||
// 更新笔刷指示器大小
|
||||
|
||||
Reference in New Issue
Block a user