Method: EZDraw::Window#need_update

Defined in:
lib/ezdraw.rb

#need_updateObject



372
373
374
375
# File 'lib/ezdraw.rb', line 372

def need_update
 @need_update = true
 update if auto_update?
end