~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/graphic/ShapeArch.cpp

  • Committer: cecilios
  • Date: 2008-09-22 16:39:15 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:389

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
//
13
13
//    You should have received a copy of the GNU General Public License along with this
14
14
//    program. If not, see <http://www.gnu.org/licenses/>.
15
 
 
16
15
//
17
16
//    For any comment, suggestion or feature request, please contact the manager of
18
17
//    the project at cecilios@users.sourceforge.net
217
216
    SetXRight(xMax);
218
217
    SetYBottom(yMax);
219
218
 
 
219
    //update selection rectangle
 
220
    m_uSelRect = GetBounds();
 
221
 
220
222
    lmSimpleShape::Render(pPaper, colorC);
221
223
}
222
224