Revision: 29953
http://sourceforge.net/p/bibdesk/svn/29953
Author: hofman
Date: 2026-01-18 16:00:28 +0000 (Sun, 18 Jan 2026)
Log Message:
-----------
check relative to overflow button frame
Modified Paths:
--------------
trunk/bibdesk/BDSKButtonBar.m
Modified: trunk/bibdesk/BDSKButtonBar.m
===================================================================
--- trunk/bibdesk/BDSKButtonBar.m 2026-01-17 17:59:45 UTC (rev 29952)
+++ trunk/bibdesk/BDSKButtonBar.m 2026-01-18 16:00:28 UTC (rev 29953)
@@ -292,7 +292,7 @@
if (wantsOverflowButton == NO) {
wantsOverflowButton = YES;
[self addOverflowButtonInFrame:bounds];
- if (previousButton && NSMaxX([previousButton frame]) >
NSMaxX(bounds) - NSWidth([overflowButton frame])) {
+ if (previousButton && NSMaxX([previousButton frame]) >
NSMinX([overflowButton frame])) {
[previousButton removeFromSuperview];
[self addOverflowItemForButton:previousButton];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit