;+ ; ;thm_ui_draw_object method: rubberBandOff ; ;Stops drawing the rubber band ; ;$LastChangedBy: pcruce $ ;$LastChangedDate: 2010-08-25 18:05:01 -0700 (Wed, 25 Aug 2010) $ ;$LastChangedRevision: 7774 $ ;$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_8_00/idl/themis/thm_ui_new/display/draw_object/thm_ui_draw_object__rubberbandoff.pro $ ;- pro thm_ui_draw_object::rubberBandOff compile_opt idl2 self.rubberOn = 0 if ~self->rubberBand(self.rubberStart,self.cursorLoc - self.rubberStart,/hide) then begin self.statusBar->update,'Error: Problem drawing rubber band' ; t=error_message('Problem drawing rubber band',/traceback) endif self->draw end