Merge remote-tracking branch 'upstream/develop' into quickfort_docs

develop
Myk Taylor 2020-08-26 21:25:05 -07:00
commit 60c74c4693
1 changed files with 1 additions and 1 deletions

@ -205,7 +205,7 @@ end
function ListBox:onRenderFrame(dc,rect)
ListBox.super.onRenderFrame(self,dc,rect)
if self.select2_hint then
dc:seek(rect.x1+2,rect.y2):key('SEC_SELECT'):string(': '..self.select2_hint,COLOR_DARKGREY)
dc:seek(rect.x1+2,rect.y2):key('SEC_SELECT'):string(': '..self.select2_hint,COLOR_GREY)
end
end