1
0
Fork 0
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:
Mitchell Livingston 2008-11-29 21:46:34 +00:00
parent 40299a2284
commit 877cc03308

View file

@ -145,6 +145,8 @@
- (void) addRemoveGroup: (id) sender
{
[[NSColorPanel sharedColorPanel] close];
NSInteger row;
switch ([[sender cell] tagForSegment: [sender selectedSegment]])