Fix mixed line endings
This commit is contained in:
@@ -274,7 +274,7 @@ bool ViewProviderDatum::doubleClicked(void)
|
||||
if(!activeDoc)
|
||||
activeDoc = getDocument();
|
||||
auto activeView = activeDoc->getActiveView();
|
||||
if(!activeView)
|
||||
if(!activeView)
|
||||
return false;
|
||||
|
||||
std::string Msg("Edit ");
|
||||
|
||||
Reference in New Issue
Block a user