Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
2.7.1
-
None
-
-
256315d5bc7f5f5e691a8d88907027704009e733
Description
When I try to edit a .ui file I get an error that the file can't be opened. I've narrowed this down to being caused by there being a space in the folder name my project is stored inside. I'm betting that you're sending the file name to the designer using a command line call but you're not surrounding the path with quotes so it's interpreting the path with the space as two separate paths instead of just one..