From a7a601c769cb60be51870f8d4657a2f539351a3e Mon Sep 17 00:00:00 2001 From: Gitea Date: Sun, 9 Jul 2023 19:30:31 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E5=89=8A=E9=99=A4?= =?UTF-8?q?=E3=81=A7=20reDraw=20=E3=81=99=E3=82=8B=E3=82=84=E3=81=85?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paint.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paint.js b/paint.js index 4af34d2..9a808d1 100644 --- a/paint.js +++ b/paint.js @@ -1043,5 +1043,7 @@ delLayer (lyr, fromHistory) layer: lyr}; ++count; } + + reDraw (); }