tEr34S08ValidacionEProbasFuncionaisItEr33S08: [Bug #76] Fix blinking delete ico when mouse hover it
This commit is contained in:
parent
9f1199cfd7
commit
c5f7c9768a
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ public class WorkReportCRUDController extends GenericForwardComposer implements
|
|||
private void appendDeleteButton(Row row) {
|
||||
final Row li = row;
|
||||
Button delete = new Button("", "/common/img/ico_borrar1.png");
|
||||
delete.setHoverImage("/common/img/ico_delete.png");
|
||||
delete.setHoverImage("/common/img/ico_borrar.png");
|
||||
delete.setSclass("icono");
|
||||
delete.setTooltiptext(_("Delete"));
|
||||
delete.addEventListener(Events.ON_CLICK, new EventListener() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue