Revision: 15205
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15205&view=rev
Author: hofman
Date: 2009-04-27 09:16:48 +0000 (Mon, 27 Apr 2009)
Log Message:
-----------
fix edge case when moving comlumn. This code isn't used anyway
Modified Paths:
--------------
trunk/bibdesk/BDSKComplexStringEditor.m
Modified: trunk/bibdesk/BDSKComplexStringEditor.m
===================================================================
--- trunk/bibdesk/BDSKComplexStringEditor.m 2009-04-27 09:07:09 UTC (rev
15204)
+++ trunk/bibdesk/BDSKComplexStringEditor.m 2009-04-27 09:16:48 UTC (rev
15205)
@@ -296,7 +296,7 @@
if (newColumn >= column)
column--;
} else if (oldColumn > column) {
- if (newColumn < column)
+ if (newColumn <= column)
column++;
}
[self cellFrameDidChange:nil];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-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