Skip to content

Commit 9489424

Browse files
committed
Merge branch 'master' of opentoonz
2 parents aa32caa + e12bfdc commit 9489424

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

toonz/sources/include/toonzqt/flipconsole.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ class DVAPI FlipConsole final : public QWidget {
203203
eRate,
204204
eSound,
205205
eHisto,
206-
eBlackBg,
207-
eWhiteBg,
208-
eCheckBg,
209206
eSaveImg,
210207
eCompare,
211208
eCustomize,
@@ -220,6 +217,10 @@ class DVAPI FlipConsole final : public QWidget {
220217
eFlipHorizontal,
221218
eFlipVertical,
222219
eResetView,
220+
// following values are hard-coded in ImagePainter
221+
eBlackBg = 0x40000,
222+
eWhiteBg = 0x80000,
223+
eCheckBg = 0x100000,
223224
eEnd
224225
};
225226

toonz/sources/toonz/iocommand.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ struct LoadResourceArguments {
129129
//! Multiple
130130
//! levels \a may be loaded for a single resource data.
131131
public:
132-
/*-
133-
* Resourceは常にLoadするように変更(ファイルをプロジェクトフォルダにコピー(=Import)したい場合は、ユーザが手動で行う)
134-
* -*/
135132
LoadResourceArguments()
136133
: row0(-1)
137134
, col0(-1)

0 commit comments

Comments
 (0)