File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -129,9 +129,6 @@ struct LoadResourceArguments {
129129 // ! Multiple
130130 // ! levels \a may be loaded for a single resource data.
131131public:
132- /* -
133- * Resourceは常にLoadするように変更(ファイルをプロジェクトフォルダにコピー(=Import)したい場合は、ユーザが手動で行う)
134- * -*/
135132 LoadResourceArguments ()
136133 : row0(-1 )
137134 , col0(-1 )
You can’t perform that action at this time.
0 commit comments