2
0
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:
Jack Andersen
2016-01-02 16:42:52 -10:00
parent 8dfafc81c2
commit 04a182d5bb
4 changed files with 10 additions and 4 deletions

View File

@@ -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());