We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e700d6f commit a0d3b95Copy full SHA for a0d3b95
source/interface_derived.cpp
@@ -400,7 +400,7 @@ void MainFrameDerived::OpenProject(const long& index){
400
}
401
#if __APPLE__
402
for (const auto& path : installPaths) {
403
- if (filesystem::exists(path / executable)) {
+ if (filesystem::exists(path / executable)) {
404
// mac unlabeled version
405
auto unlabeledPath = path / executable;
406
char buffer[16];
@@ -412,8 +412,9 @@ void MainFrameDerived::OpenProject(const long& index){
412
return;
413
414
415
-#endif
416
+#endif
417
+
418
419
// prompt the user to choose a new editor because we couldn't locate one
420
wxCommandEvent evt;
0 commit comments