Mercurial > hg > svgui
comparison layer/FlexiNoteLayer.cpp @ 622:765bb3774c4f tonioni
small changes to FlexiNote stuff
author | matthiasm |
---|---|
date | Tue, 26 Mar 2013 17:00:45 +0000 |
parents | fde7e2fae256 |
children | 49afde2dd704 |
comparison
equal
deleted
inserted
replaced
621:e7352a4c0a05 | 622:765bb3774c4f |
---|---|
404 | 404 |
405 return usePoints; | 405 return usePoints; |
406 } | 406 } |
407 | 407 |
408 bool | 408 bool |
409 FlexiNoteLayer::getPointToDrag(View *v, int x, int y, NoteModel::Point &p) const | 409 FlexiNoteLayer::getPointToDrag(View *v, int x, int y, FlexiNoteModel::Point &p) const |
410 { | 410 { |
411 if (!m_model) return false; | 411 if (!m_model) return false; |
412 | 412 |
413 long frame = v->getFrameForX(x); | 413 long frame = v->getFrameForX(x); |
414 | 414 |