Revision: 14955
http://sourceforge.net/p/skim-app/code/14955
Author: hofman
Date: 2025-03-09 23:42:55 +0000 (Sun, 09 Mar 2025)
Log Message:
-----------
make sure tab bar controller has the correct layout attribute when added
Modified Paths:
--------------
trunk/SKMainWindow.m
Modified: trunk/SKMainWindow.m
===================================================================
--- trunk/SKMainWindow.m 2025-03-09 19:17:03 UTC (rev 14954)
+++ trunk/SKMainWindow.m 2025-03-09 23:42:55 UTC (rev 14955)
@@ -156,6 +156,8 @@
NSURL *url = [self representedURL];
[self setRepresentedURL:nil];
[self setRepresentedURL:url];
+ } else {
+ [childViewController
setLayoutAttribute:NSLayoutAttributeBottom];
}
}
}
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