Disable inks as they are confusing and shading mode is not done yet

This commit is contained in:
David Capello 2014-02-24 08:53:46 -03:00
parent c558d664e8
commit 1d7b51d8f9

View File

@ -266,8 +266,11 @@ public:
InkTypeField() { InkTypeField() {
// The same order as in InkType // The same order as in InkType
addItem("Default Ink"); addItem("Default Ink");
#if 0
addItem("Opaque"); addItem("Opaque");
#endif
addItem("Put Alpha"); addItem("Put Alpha");
#if 0
addItem("Merge"); addItem("Merge");
addItem("Shading"); addItem("Shading");
addItem("Replace"); addItem("Replace");
@ -275,6 +278,7 @@ public:
addItem("Selection"); addItem("Selection");
addItem("Blur"); addItem("Blur");
addItem("Jumble"); addItem("Jumble");
#endif
} }
void setInkType(InkType inkType) { void setInkType(InkType inkType) {