diff options
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -224,11 +224,13 @@ func (rs *RepoStatus) drawGitCommands() { func (rs *RepoStatus) SetVersion(a, b, c string, reason string) { - rs.major.SetText(a) - rs.minor.SetText(b) - rs.revision.SetText(c) + rs.major.SetText(a) + rs.minor.SetText(b) + rs.revision.SetText(c) - rs.versionMessage.SetLabel(reason) + rs.versionMessage.SetLabel(reason) + rs.versionMessage.SetText(reason) + // rs.versionMessage.SetValue(reason) } func (rs *RepoStatus) setTag() bool { |
