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