mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
glcd: fix change of font
Origin commit data
------------------
Commit: f431b6ff4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Origin message was:
------------------
- glcd: fix change of font
This commit is contained in:
@@ -174,7 +174,7 @@ int GLCD_Menu::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
if (fileBrowser.exec(FONTDIR) == true)
|
||||
{
|
||||
t.glcd_font = fileBrowser.getSelectedFile()->Name;
|
||||
cglcd->Rescan();
|
||||
cglcd->ReInitFont();
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user