elm button default theme - fix disabled events to not pass through

this fixes T2955
@fix
This commit is contained in:
Carsten Haitzler 2016-07-25 15:42:05 +09:00
parent 287c543ea3
commit 1433d66bfa
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ group { name: "elm/button/base/default";
}
}
parts {
image { "base"; nomouse;
image { "base";
desc { "default";
image.normal: "button_normal.png";
image.border: 4 4 3 5;