Skip to content

Commit

Permalink
Create tooltips from the "tooltip" key
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl authored and sorbits committed Mar 10, 2017
1 parent b6eff8e commit d4a1eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/popup/TMDIncrementalPopUpMenu.mm
Expand Up @@ -211,6 +211,7 @@ - (NSView*)tableView:(NSTableView*)tableView viewForTableColumn:(NSTableColumn*)
cell.imageView.frame = NSMakeRect(0, 0, h, h);
cell.textField.frame = NSMakeRect(h + 3, 0, 1, 1);
}
cell.toolTip = [object objectForKey:@"tooltip"];
return cell;
}

Expand Down

0 comments on commit d4a1eb4

Please sign in to comment.