Merge pull request #191 from cuu/gcores

textarea gcores theme
This commit is contained in:
GNU 2019-05-05 15:05:59 +08:00 committed by GitHub
commit 90dcd1bd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ class Textarea(Widget):
cursor_row = 0
for i, v in enumerate(self._MyWords):
t = self._FontObj.render(v, True, (8, 135, 174))
t = self._FontObj.render(v, True, MySkinManager.GiveColor("Text"))
t_width = t.get_width()
w += t_width
del(t)