mirror of
https://github.com/transmission/transmission.git
synced 2026-05-04 07:35:08 +01:00
Update the info tab on appearance change
This commit is contained in:
21
macosx/InfoTabMatrix.m
Normal file
21
macosx/InfoTabMatrix.m
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// InfoTabMatrix.m
|
||||
// Transmission
|
||||
//
|
||||
// Created by Mitchell Livingston on 12/21/18.
|
||||
// Copyright © 2018 The Transmission Project. All rights reserved.
|
||||
//
|
||||
|
||||
#import "InfoTabMatrix.h"
|
||||
#import "InfoTabButtonCell.h"
|
||||
|
||||
@implementation InfoTabMatrix
|
||||
|
||||
- (void)viewDidChangeEffectiveAppearance;
|
||||
{
|
||||
for (InfoTabButtonCell *cell in self.cells) {
|
||||
[cell reloadAppearance];
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user