QML Observer: Update hover rects when objects move
Also, update the gray mask that appears when user enters context of some item. The mask is grown if the item changes its geometry, but never shrunk, as this would introduce annoying flicker on the screen.
Showing
- src/libs/qmljsdebugger/editor/boundingrecthighlighter.cpp 26 additions, 17 deletionssrc/libs/qmljsdebugger/editor/boundingrecthighlighter.cpp
- src/libs/qmljsdebugger/editor/boundingrecthighlighter.h 1 addition, 0 deletionssrc/libs/qmljsdebugger/editor/boundingrecthighlighter.h
- src/libs/qmljsdebugger/editor/subcomponenteditortool.cpp 17 additions, 15 deletionssrc/libs/qmljsdebugger/editor/subcomponenteditortool.cpp
- src/libs/qmljsdebugger/editor/subcomponenteditortool.h 1 addition, 1 deletionsrc/libs/qmljsdebugger/editor/subcomponenteditortool.h
- src/libs/qmljsdebugger/editor/subcomponentmasklayeritem.cpp 28 additions, 2 deletionssrc/libs/qmljsdebugger/editor/subcomponentmasklayeritem.cpp
- src/libs/qmljsdebugger/editor/subcomponentmasklayeritem.h 4 additions, 1 deletionsrc/libs/qmljsdebugger/editor/subcomponentmasklayeritem.h
Loading
Please register or sign in to comment