File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ - (void) awakeFromNib
46
46
object: self .view.window];
47
47
48
48
finishedLoading = NO ;
49
+
50
+ [self .view setDrawsBackground: NO ];
51
+
49
52
[self .view setUIDelegate: self ];
50
53
[self .view setFrameLoadDelegate: self ];
51
54
[self .view setResourceLoadDelegate: self ];
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ @implementation PBCommitList
16
16
@synthesize mouseDownPoint;
17
17
@synthesize useAdjustScroll;
18
18
19
+ - (void )awakeFromNib
20
+ {
21
+ [super awakeFromNib ];
22
+ [webView setDrawsBackground: NO ];
23
+ }
24
+
19
25
- (NSDragOperation )draggingSession : (NSDraggingSession *)session sourceOperationMaskForDraggingContext : (NSDraggingContext )context
20
26
{
21
27
return NSDragOperationCopy;
Original file line number Diff line number Diff line change 600
600
</webView >
601
601
</subviews >
602
602
</view >
603
- <color key =" fillColor" white = " 1 " alpha = " 1 " colorSpace =" custom " customColorSpace = " genericGamma22GrayColorSpace " />
603
+ <color key =" fillColor" name = " windowBackgroundColor " catalog = " System " colorSpace =" catalog " />
604
604
</box >
605
605
</subviews >
606
606
</view >
You can’t perform that action at this time.
0 commit comments