From 94256876e47e2876f1d044378d3a715bac44593b Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Thu, 8 Jun 2017 22:13:46 -0400 Subject: [PATCH] Add tooltip for alpha clones to explain functionality (#1227) See #1219 --- gui/characterEditor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/characterEditor.py b/gui/characterEditor.py index 6cd5d6761..ca3aacb70 100644 --- a/gui/characterEditor.py +++ b/gui/characterEditor.py @@ -297,6 +297,9 @@ class SkillTreeView(wx.Panel): self.clonesChoice.Bind(wx.EVT_CHOICE, self.cloneChanged) + self.clonesChoice.SetToolTip( + wx.ToolTip("Setting an Alpha clone does not replace the character's skills, but rather caps them to Alpha levels.")) + pmainSizer.Add(hSizer, 0, wx.EXPAND | wx.ALL, 5) # Set up timer for skill search