Merge pull request #120 from cuu/master

TrFont in wifilist,msgbox
This commit is contained in:
GNU 2018-12-02 18:29:49 +08:00 committed by GitHub
commit d3c04d5771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -706,7 +706,7 @@ class WifiList(Page):
msgbox = WifiListMessageBox()
msgbox._CanvasHWND = self._CanvasHWND
msgbox.Init(" ",fonts["veramono12"])
msgbox.Init(" ",MyLangManager.TrFont("veramono12"))
msgbox._Parent = self
self._MsgBox = msgbox