The dragging is not working with 'WindowInteractor'.

Hi all.

I have tested the Line Plot with VTK 8.9 on MFC.
I referred to the sample code as below:
https://lorensen.github.io/VTKExamples/site/Cxx/Plotting/LinePlot/

Initially, I can drag by clicking the mouse left button.
But after a while, it doesn’t work.
The symptom is as below. (Yellow effect is clicking.)

I know that it is better to upload my code to find where the problem is.
But I use many VTK codes, so I want to know what causes the problem.

Could you please advise me?

Thank you :slight_smile:

Sorry, I solved this issue.
The reason is that I used the Skin Dialog.
I think the events from Skin Dialog affected the VTK event.

Thank you.