Merge branch 'master' of https://github.com/juliandescottes/piskel
This commit is contained in:
commit
0d599ae4a7
2 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ns.PublicPiskelController.prototype.duplicateCurrentFrame = function () {
|
ns.PublicPiskelController.prototype.duplicateCurrentFrame = function () {
|
||||||
this.piskelController.duplicateFrameAt(this.getCurrentFrameIndex());
|
this.duplicateFrameAt(this.getCurrentFrameIndex());
|
||||||
};
|
};
|
||||||
|
|
||||||
ns.PublicPiskelController.prototype.raiseSaveStateEvent_ = function (fn, args) {
|
ns.PublicPiskelController.prototype.raiseSaveStateEvent_ = function (fn, args) {
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="settings-item">
|
<div class="settings-item">
|
||||||
<form action="" method="POST" name="resize-form">
|
<form action="" method="POST" name="resize-form">
|
||||||
<span class="resize-warning-message">Existing frames will be cropped !</span>
|
|
||||||
<div class="resize-section">
|
<div class="resize-section">
|
||||||
<span class="resize-section-title resize-section-title-small">Size :</span>
|
<span class="resize-section-title resize-section-title-small">Size :</span>
|
||||||
<input type="text" class="textfield resize-size-field" name="resize-width"/>x
|
<input type="text" class="textfield resize-size-field" name="resize-width"/>x
|
||||||
|
|
Loading…
Reference in a new issue