mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
fix python screens on linux
This commit is contained in:
@@ -479,6 +479,7 @@ void TPythonScreens::update()
|
|||||||
void TPythonScreens::setLookupPath(std::string const &path)
|
void TPythonScreens::setLookupPath(std::string const &path)
|
||||||
{
|
{
|
||||||
_lookupPath = path;
|
_lookupPath = path;
|
||||||
|
std::replace(_lookupPath.begin(), _lookupPath.end(), '\\', '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
TPythonScreens::TPythonScreens()
|
TPythonScreens::TPythonScreens()
|
||||||
|
|||||||
Reference in New Issue
Block a user