Bugfix to losing focus node on fast zooming

This commit is contained in:
Jonathan Bosson
2017-03-15 10:22:00 -06:00
parent b66d1f32c4
commit 6f03e5fe80
2 changed files with 6 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ TouchModule::TouchModule()
os << ", Id: " << j.getCursorID() << ", path size: " << j.getPath().size() << ", To Process: " << count;
}
LINFO("List size: " << list.size() << os.str() << "\n");
//LINFO("List size: " << list.size() << os.str() << "\n");
os.clear();
}