RoestVrijStaal / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Support larger mouse cursors #484

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey so I decided to update the scenish skin with the new stuff (most notably 
animation(!)) and then I noticed that the flood fill brush is not fully 
displayed. I double checked to see if I made an error in the skin pic but 
couldn't find one.

What steps will reproduce the problem?
 1. Load scenish skin (attached)
 2. Turn on flood fill tool
 3. Notice that the cursor is cropped (see attached pic)

Original issue reported on code.google.com by ilija.melentijevic on 20 Apr 2012 at 2:00

Attachments:

GoogleCodeExporter commented 8 years ago
It's because the mouse cursors, internally, are 15x15 pixels. In the skin 
format I provided a larger square, but it's only in order to place the hot spot.

We need to support larger mouse cursors.

Original comment by yrizoud on 20 Apr 2012 at 7:44

GoogleCodeExporter commented 8 years ago
Well not sure how big the actual need for bigger cursors is.

OK so I'll move the drop closer to the crosshair to fix it then :)

Original comment by ilija.melentijevic on 20 Apr 2012 at 7:50

GoogleCodeExporter commented 8 years ago
It's a legitimate need for tool-specific cursors. Your first choice was to make 
the 'drop' far enough from the crosshair so that it doesn't reduce visibility.
DawnBringer had same problem in Issue 457.

Original comment by yrizoud on 20 Apr 2012 at 9:38