Changes between Version 1 and Version 2 of Ticket #13140, comment 6
- Timestamp:
- Apr 27, 2015, 11:40:16 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13140, comment 6
v1 v2 42 42 }}} 43 43 44 We could introduce some mechanism for updating selection on bookmark creation but it might be painfull and time consuming. What I suggest instead is to right before starting internal drag, check whether there is something to do with it i.e. whether it will change something.44 We could introduce some mechanism for updating selection on bookmark creation but it might be painfull and time consuming. ~~What I suggest instead is to right before starting internal drag, check whether there is something to do with it i.e. whether it will change something.~~ 45 45 46 We can simply do it by comparing (drag end with drop end) or (drap start with drop start). If they are the same we don't have to do nothing. 46 ~~We can simply do it by comparing (drag end with drop end) or (drap start with drop start). If they are the same we don't have to do nothing.~~