mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Merge pull request #1011 from Jenyay/master
Fix cells drawing after HyperText
This commit is contained in:
@@ -4616,6 +4616,9 @@ class UltimateListLineData(object):
|
||||
dc.SetTextForeground(self._owner.GetHyperTextVisitedColour())
|
||||
else:
|
||||
dc.SetTextForeground(self._owner.GetHyperTextNewColour())
|
||||
|
||||
font = True
|
||||
coloured = True
|
||||
else:
|
||||
if font:
|
||||
dc.SetFont(item.GetFont())
|
||||
@@ -9226,7 +9229,6 @@ class UltimateListMainWindow(wx.ScrolledWindow):
|
||||
newItem = self.GetItem(item, item._col)
|
||||
newItem.SetVisited(visited)
|
||||
self.SetItem(newItem)
|
||||
self.RefreshLine(item)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user