OMG I HAVE A SHIP BROWSER NOW :3 (replace old instances of GetSuitableColor with GetSuitable)

This commit is contained in:
Ryan Holmes
2017-06-12 21:25:07 -04:00
parent 0e7dccccfe
commit 7e86cb0f84
6 changed files with 9 additions and 9 deletions

View File

@@ -212,8 +212,8 @@ class NavigationPanel(SFItem.SFBrowserItem):
rect = self.GetRect()
windowColor = wx.SystemSettings.GetColour(wx.SYS_COLOUR_WINDOW)
textColor = colorUtils.GetSuitableColor(windowColor, 1)
sepColor = colorUtils.GetSuitableColor(windowColor, 0.2)
textColor = colorUtils.GetSuitable(windowColor, 1)
sepColor = colorUtils.GetSuitable(windowColor, 0.2)
mdc.SetTextForeground(textColor)