changeset 141 | c93caccfc116 |
parent 0 | 7a96bd401351 |
child 160 | 72cc3873306a |
1.1 --- a/ornamentedobj.cpp Sun Jan 30 12:58:47 2005 +0000 1.2 +++ b/ornamentedobj.cpp Thu Jul 28 10:23:25 2005 +0000 1.3 @@ -174,9 +174,9 @@ 1.4 return note.getNote(); 1.5 } 1.6 1.7 -void OrnamentedObj::toggleStandardFlag(QString f) 1.8 +void OrnamentedObj::toggleStandardFlag(QString f, bool exclusive) 1.9 { 1.10 - standardFlags->toggle(f); 1.11 + standardFlags->toggle(f,exclusive); 1.12 calcBBoxSize(); 1.13 positionBBox(); 1.14 move (absPos.x(), absPos.y() );