mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-30 15:39:59 +01:00
Minor, fix typo, and restore old examples
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3465 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -64,7 +64,7 @@ void DiagramTextItem::build() {
|
||||
setFont(QETApp::diagramTextsFont());
|
||||
setFlags(QGraphicsItem::ItemIsSelectable|QGraphicsItem::ItemIsMovable);
|
||||
setNoEditable(false);
|
||||
setToolTip(tr("Maintenir ctrl pour un d\351placer librement"));
|
||||
setToolTip(tr("Maintenir ctrl pour un d\351placement libre"));
|
||||
#if QT_VERSION >= 0x040600
|
||||
setFlag(QGraphicsItem::ItemSendsGeometryChanges, true);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user