* Bug with confirming was due to mixed up order for events handling and updates for drawing. Now events are handled before relevant updates are done for drawing, since these only get called when an event occurs. * View manipulations work again, and in a much nicer way thanks to the OPERATOR_PASS_THROUGH flags :) * Search seems to work much better now again too...