Corrected code in DBtpaint2.c handling the setup of paint/erase
tables for contacts, where an error was pointed out by Darryl Miles (github issue #339).
This commit is contained in:
parent
8371d797ad
commit
df19d62f51
|
|
@ -526,7 +526,6 @@ dbComposePaintContact(lpImage, lpPaint)
|
|||
SETPAINT(lpImage->l_type, lpPaint->l_type,
|
||||
pNum, newtype);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* else default paint/erase behavior */
|
||||
|
|
|
|||
Loading…
Reference in New Issue