mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
bug 351868 - Fixes changing start-end time with drag n drop. patch by ssitter, r1=lilmatt, r2=dmose
This commit is contained in:
parent
8b1396cba8
commit
84c2128bcd
@ -230,7 +230,7 @@
|
||||
|
||||
// still select it (since we'll stopPropagation())
|
||||
evbox.calendarView.setSelectedItems(1,
|
||||
[event.ctrlKey ? this.mOccurrence.parentItem : this.mOccurrence]);
|
||||
[event.ctrlKey ? evbox.mOccurrence.parentItem : evbox.mOccurrence]);
|
||||
|
||||
// then start dragging it
|
||||
evbox.parentColumn.startSweepingToModifyEvent(evbox, evbox.mOccurrence, whichside, event.screenX, event.screenY);
|
||||
|
Loading…
Reference in New Issue
Block a user