Forgot to unset m_relative in wxFilename::Normalize().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -728,6 +728,7 @@ bool wxFileName::Normalize(wxPathNormalize flags,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
m_relative = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle ~ stuff under Unix only
|
// handle ~ stuff under Unix only
|
||||||
|
Reference in New Issue
Block a user