Revision: 29154
http://sourceforge.net/p/bibdesk/svn/29154
Author: hofman
Date: 2025-04-21 09:13:51 +0000 (Mon, 21 Apr 2025)
Log Message:
-----------
Redraw on key or main change when background color is nil
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-21
09:03:02 UTC (rev 29153)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-21
09:13:51 UTC (rev 29154)
@@ -1108,7 +1108,7 @@
}
- (void)_handleKeyOrMainStateNotification:(NSNotification *)note {
- if (_backgroundColor) {
+ if (_backgroundColor == nil) {
if (_backgroundView == nil)
[self setNeedsDisplay:YES];
else
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