mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
hide the color panel when adding/removing groups
This commit is contained in:
parent
40299a2284
commit
877cc03308
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@
|
||||||
|
|
||||||
- (void) addRemoveGroup: (id) sender
|
- (void) addRemoveGroup: (id) sender
|
||||||
{
|
{
|
||||||
|
[[NSColorPanel sharedColorPanel] close];
|
||||||
|
|
||||||
NSInteger row;
|
NSInteger row;
|
||||||
|
|
||||||
switch ([[sender cell] tagForSegment: [sender selectedSegment]])
|
switch ([[sender cell] tagForSegment: [sender selectedSegment]])
|
||||||
|
|
Loading…
Reference in a new issue