toggle cut through in the knife tool now refreshes (before you had to wave the mouse about to see the result).

also remove print from last commit.
This commit is contained in:
2012-10-06 03:34:52 +00:00
parent 6a164c7f72
commit b26ccf0aff
4 changed files with 3 additions and 4 deletions

View File

@@ -770,8 +770,6 @@ int PyC_FlagSet_ToBitfield(PyC_FlagSet *items, PyObject *value, int *r_value, co
Py_ssize_t hash = 0;
PyObject *key;
PyC_ObSpit("", value);
if (!PySet_Check(value)) {
PyErr_Format(PyExc_TypeError,
"%.200s expected a set, not %.200s",