mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 16:27:42 +00:00
Dynamic MessageWindow height
This commit is contained in:
@@ -117,7 +117,7 @@ void FileBrowser::navigateToPath(const HECL::SystemString& path)
|
||||
return;
|
||||
|
||||
m_path = path;
|
||||
m_comps = PathComponents(path);
|
||||
m_comps = PathComponents(m_path);
|
||||
if (S_ISREG(theStat.st_mode))
|
||||
{
|
||||
HECL::SystemUTF8View utf8(m_comps.back());
|
||||
|
||||
Reference in New Issue
Block a user