mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Element information : Check box "visible" for text re-work.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3499 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -518,8 +518,9 @@ void Element::initLink(QETProject *prj) {
|
||||
* @param dc
|
||||
*/
|
||||
void Element::setElementInformations(DiagramContext dc) {
|
||||
DiagramContext old_info = element_informations_;
|
||||
element_informations_ = dc;
|
||||
emit elementInfoChange(element_informations_);
|
||||
emit elementInfoChange(old_info, element_informations_);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user