mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Correction du bug du curseur qui ne chanegait pas en passant du mode visualisation au mode selection
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@16 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -212,7 +212,7 @@ void SchemaVue::setVisualisationMode() {
|
|||||||
*/
|
*/
|
||||||
void SchemaVue::setSelectionMode() {
|
void SchemaVue::setSelectionMode() {
|
||||||
setDragMode(RubberBandDrag);
|
setDragMode(RubberBandDrag);
|
||||||
setCursor(Qt::ArrowCursor);
|
viewport() -> setCursor(Qt::ArrowCursor);
|
||||||
emit(modeChanged());
|
emit(modeChanged());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user