Revision: 15166
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15166&view=rev
Author:   hofman
Date:     2009-04-23 21:33:26 +0000 (Thu, 23 Apr 2009)

Log Message:
-----------
don't reset the drop operation when dropping on a row, the operation should be 
determined by the column in that case

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2009-04-23 
19:59:37 UTC (rev 15165)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2009-04-23 
21:33:26 UTC (rev 15166)
@@ -1321,7 +1321,7 @@
         for (r = 0; r < nr; r++, start += rowHeight) {
             
             if (point.y < (start + _iconSize.height)) {
-                op = FVDropOn;
+                // this is a drop on the row, don't change op from what it was 
set previously
                 break;
             } else if (point.y <= (start + rowHeight)) {
                 if (isColumn == NO) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to