Revision: 27826
http://sourceforge.net/p/bibdesk/svn/27826
Author: hofman
Date: 2022-08-23 08:41:16 +0000 (Tue, 23 Aug 2022)
Log Message:
-----------
set group bubble hidden by default in nib
Modified Paths:
--------------
trunk/bibdesk/BDSKGroupBubbleView.m
trunk/bibdesk/Base.lproj/BibDocument.xib
Modified: trunk/bibdesk/BDSKGroupBubbleView.m
===================================================================
--- trunk/bibdesk/BDSKGroupBubbleView.m 2022-08-23 06:30:17 UTC (rev 27825)
+++ trunk/bibdesk/BDSKGroupBubbleView.m 2022-08-23 08:41:16 UTC (rev 27826)
@@ -58,7 +58,6 @@
[bgView setAutoresizingMask:NSViewWidthSizable |
NSViewHeightSizable];
[self addSubview:bgView];
}
- [self setHidden:YES];
}
return self;
}
@@ -72,7 +71,6 @@
[bgView setAutoresizingMask:NSViewWidthSizable |
NSViewHeightSizable];
[self addSubview:bgView];
}
- [self setHidden:YES];
}
return self;
}
Modified: trunk/bibdesk/Base.lproj/BibDocument.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BibDocument.xib 2022-08-23 06:30:17 UTC (rev
27825)
+++ trunk/bibdesk/Base.lproj/BibDocument.xib 2022-08-23 08:41:16 UTC (rev
27826)
@@ -382,7 +382,7 @@
<binding destination="rYE-x2-KCZ" name="value" keyPath="objectValue.icon"
id="y5O-gZ-slZ"/>
</connections>
</imageView>
- <imageView
wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="251"
horizontalCompressionResistancePriority="751"
translatesAutoresizingMaskIntoConstraints="NO" id="0tL-Oa-e04"
customClass="BDSKGroupBubbleView">
+ <imageView
hidden="YES" wantsLayer="YES" horizontalHuggingPriority="750"
verticalHuggingPriority="251" horizontalCompressionResistancePriority="751"
translatesAutoresizingMaskIntoConstraints="NO" id="0tL-Oa-e04"
customClass="BDSKGroupBubbleView">
<rect
key="frame" x="92" y="9" width="0.0" height="0.0"/>
<imageCell
key="cell" refusesFirstResponder="YES" alignment="left"
imageScaling="proportionallyDown" id="eOM-PZ-O5b"
customClass="BDSKGroupBubbleCell"/>
</imageView>
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