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