Skip to content

Commit

Permalink
v6.18.11 ChickenPaint Beのレイヤーパレットに、グループ結合アイコンを追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 14, 2024
1 parent dadffef commit 2c809db
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 21 deletions.
8 changes: 7 additions & 1 deletion potiboard5/chickenpaint/css/chickenpaint.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions potiboard5/chickenpaint/js/chickenpaint.js
Original file line number Diff line number Diff line change
Expand Up @@ -22959,10 +22959,6 @@ function CPLayersPalette(controller) {
title: "Merge down",
icon: createFontAwesomeIcon("fa-arrow-down"),
action: "CPLayerMergeDown"
}, {
title: "Add group",
icon: createFontAwesomeIcon("fa-folder"),
action: "CPAddGroup"
}, {
title: "Add layer mask",
icon: createChickenPaintIcon("mask"),
Expand All @@ -22983,6 +22979,14 @@ function CPLayersPalette(controller) {
icon: createFontAwesomeIcon("fa-level-down-alt fa-flip-horizontal"),
action: "CPReleaseClippingMask",
require: "clipping-mask"
}, {
title: "Add group",
icon: createFontAwesomeIcon("fa-folder"),
action: "CPAddGroup"
}, {
title: "Merge group",
icon: createFontAwesomeIcon("fa-compress-arrows-alt"),
action: "CPGroupMerge"
}, {
title: "Delete layer",
icon: createFontAwesomeIcon("fa-trash"),
Expand Down
4 changes: 2 additions & 2 deletions potiboard5/chickenpaint/js/chickenpaint.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions potiboard5/chickenpaint/js/chickenpaint.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion potiboard5/chickenpaint/js/chickenpaint.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions potiboard5/potiboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

// POTI-board EVO
// バージョン :
const POTI_VER = 'v6.18.10';
const POTI_LOT = 'lot.20240113';
const POTI_VER = 'v6.18.11';
const POTI_LOT = 'lot.20240114';

/*
(C) 2018-2023 POTI改 POTI-board redevelopment team
Expand Down

0 comments on commit 2c809db

Please sign in to comment.