I'm developing a MVVM application and have observed an issue with the Toolwindow resize/splitter cursor.
When the application first opens there are several toolwindows docked on the left hand side of the docksite and no documents open. When the mouse is placed over the right hand side of the toolwindow the cursor does not change to a resizeWE as I would expect. Although there appears to be a splitter there as I can click and drag the window to adjust it's width.
After opening a document and clicking on it's tab the splitter does display the correct icon when it's hovered over.
How can I get the cursor to display correctly from the start?