forked from KolibriOS/kolibrios
IconEdit 0.52: better cursors, fix pencil tool
git-svn-id: svn://kolibrios.org@7264 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
47e5ec1104
commit
bc9841dbb6
Binary file not shown.
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
Binary file not shown.
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
Binary file not shown.
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 326 B |
@ -32,7 +32,7 @@ pipet aside color view
|
||||
// //
|
||||
//===================================================//
|
||||
|
||||
#define T_TITLE "Icon Editor 0.51 Alpha"
|
||||
#define T_TITLE "Icon Editor 0.52 Alpha"
|
||||
|
||||
#define TOOLBAR_H 24+8
|
||||
#define PANEL_LEFT_W 16+5+5+3+3
|
||||
|
@ -5,7 +5,6 @@ void PencilTool_onMouseEvent(int mouseX, int mouseY, int lkm, int pkm) {
|
||||
if (canvas.hovered())
|
||||
{
|
||||
if ((PencilTool_Drawing == true) && (!mouse.key)) {
|
||||
actionsHistory.saveCurrentState();
|
||||
PencilTool_Drawing = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user