browngraphicslab / NuSys

0 stars 0 forks source link

Region Support in RectangleUIElement #1637

Open nchoi opened 7 years ago

nchoi commented 7 years ago

Regions now supported in RectangleUIElement's DrawImage call. Uses a method overload that takes in a "destinationRectangle". Only issue is that this sometimes results in awfully pixelated images. Good first pass tho, especially since it was only a few lines of code.

Now fixed for Library list icons, Library list "drag out" icons, and "drag to collection" detail view icons. However, not yet fixed for breadcrumb trails, but I will first wait for my fix to bread crumb trails to be merged.