We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8456700 commit 95d12a0Copy full SHA for 95d12a0
1 file changed
Source/UI/EditorViewport.cpp
@@ -1677,6 +1677,8 @@ const String EditorViewport::loadStateFromXml(XmlElement* xml)
1677
return "Failed To Open " + currentFile.getFileName();
1678
}
1679
1680
+ /* commented out in version 0.6.6
1681
+
1682
if (!sameVersion)
1683
{
1684
String responseString = "Your configuration file was saved from a different version of the GUI than the one you're using. \n";
@@ -1702,7 +1704,7 @@ const String EditorViewport::loadStateFromXml(XmlElement* xml)
1702
1704
1703
1705
1706
- }
1707
+ }*/
1708
1709
MouseCursor::showWaitCursor();
1710
0 commit comments