Revision: 16279
http://sourceforge.net/p/skim-app/code/16279
Author: hofman
Date: 2026-05-10 21:10:59 +0000 (Sun, 10 May 2026)
Log Message:
-----------
no need to set autoresizing mask for level indicator
Modified Paths:
--------------
trunk/SKMainWindowController_UI.m
Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m 2026-05-10 17:24:16 UTC (rev 16278)
+++ trunk/SKMainWindowController_UI.m 2026-05-10 21:10:59 UTC (rev 16279)
@@ -487,17 +487,8 @@
return view;
} else if ([tv isEqual:rightSideController.snapshotTableView]) {
return [tv makeViewWithIdentifier:[tableColumn identifier] owner:self];
- } else if ([tv isEqual:leftSideController.findTableView]) {
+ } else if ([tv isEqual:leftSideController.findTableView] || [tv
isEqual:leftSideController.groupedFindTableView]) {
return [tv makeViewWithIdentifier:([tableColumn identifier] ?:
HEADER_IDENTIFIER) owner:self];
- } else if ([tv isEqual:leftSideController.groupedFindTableView]) {
- NSTableCellView *view = [tv makeViewWithIdentifier:([tableColumn
identifier] ?: HEADER_IDENTIFIER) owner:self];
- if ([[tableColumn identifier] isEqualToString:RELEVANCE_COLUMNID]) {
- // IB does not allow setting te height and height sizable mask of
a NSLeveleIndicator
- NSControl *levelIndicator = [(SKControlTableCellView *)view
control];
- [levelIndicator setAutoresizingMask:NSViewWidthSizable |
NSViewHeightSizable];
- [levelIndicator setFrame:[view bounds]];
- }
- return view;
}
return nil;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit