Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

more tweaks/fixes #57

Closed BurntPizza closed 10 years ago

BurntPizza commented 10 years ago

Check commit msgs for info

HeroesGrave commented 10 years ago

While you're at it do you think you could you add a label showing the mouse coordinates? And if you want, when the mouse is pressed, also show the location at which it was pressed and the area between that location and the current location.

Of course I'm happy to do it if you can't/don't want to.

BurntPizza commented 10 years ago

I'm on it

HeroesGrave commented 10 years ago

Thanks. :+1:

BurntPizza commented 10 years ago

Done. Displays like so: [x, y] when dragging: [origX, origY] --> [newX, newY] when making a selection: [origX, origY] --> [newX, newY] (width x height)

HeroesGrave commented 10 years ago

Awesome!