Fixing repr for App/Document and Gui/Document
This commit is contained in:
@@ -49,7 +49,7 @@ using namespace Gui;
|
||||
std::string DocumentPy::representation() const
|
||||
{
|
||||
std::stringstream str;
|
||||
str << "<GUI Document object at " << getDocumentPtr() << ">";
|
||||
str << "<GUI Document object for " << getDocumentPtr()->getDocument()->getName() << ">";
|
||||
|
||||
return str.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user