src/ldObject.cc

changeset 854
403affd33c6e
parent 852
cbd89b33f70d
child 857
e62983881460
equal deleted inserted replaced
853:46689ea6fdc6 854:403affd33c6e
902 902
903 // ============================================================================= 903 // =============================================================================
904 // 904 //
905 void LDSubfile::setFileInfo (const LDDocumentPtr& a) 905 void LDSubfile::setFileInfo (const LDDocumentPtr& a)
906 { 906 {
907 m_fileInfo = a; 907 changeProperty (self(), &m_fileInfo, a);
908 908
909 // If it's an immediate subfile reference (i.e. this subfile belongs in an 909 // If it's an immediate subfile reference (i.e. this subfile belongs in an
910 // explicit file), we need to pre-compile the GL polygons for the document 910 // explicit file), we need to pre-compile the GL polygons for the document
911 // if they don't exist already. 911 // if they don't exist already.
912 if (a != null and 912 if (a != null and

mercurial