MH42 / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Double click to create appointment #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The test line 166 of DayView.java (branch 0.9) should be :

if (getSettings().getTimeBlockClickNumber() == Click.Double && element ==
dayViewBody.getGrid().gridOverlay.getElement()) {

instead of 

if (getSettings().getTimeBlockClickNumber() == Click.Single &&  element ==
dayViewBody.getGrid().gridOverlay.getElement()) {

Patch in attachement.

Original issue reported on code.google.com by bertrand...@gmail.com on 9 Dec 2009 at 3:42

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed as of r164

Original comment by Brad.Ryd...@gmail.com on 12 Dec 2009 at 3:08