ItEr30S05RFComportamentoGraficoPlanificadorItEr23S12: Changed event to raise taskdetails popup from onDoubleClick to onClick
This commit is contained in:
parent
0d88a38fe6
commit
46b3198346
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ public class TaskList extends XulElement implements AfterCompose {
|
|||
final TaskComponent taskComponent) {
|
||||
if (editTaskCommand == null)
|
||||
return;
|
||||
taskComponent.addEventListener("onDoubleClick", new EventListener() {
|
||||
taskComponent.addEventListener("onClick", new EventListener() {
|
||||
|
||||
@Override
|
||||
public void onEvent(Event event) throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue