On November 7, 2015 07:28:21 PM you wrote: > On November 7, 2015 06:55:06 PM Robert Jonsson wrote: > > Hi Andrew, all, > > > > it seems that since the Qt5 move all editors are above the arranger, I > > really don't like this behaviour, since i have limited screen space. > > Is it possible to get back the old behaviour so they can exist behind the > > arranger? > > > > Regards, > > Robert >
> Hm, this could simply be a casualty of some Qt5 bug. Let's investigate. > > I discovered yesterday that with my 'pan' and 'zoom' editor modes, > the mouse cursor is not hidden when panning and zooming > (you'll see it behind the window if moved out of the way). > The problem was that in our Canvas module, the use of Qt::BlankCursor > was not supported yet. > But I just read of a Qt5 commit only last month which fixes it ! Oops, that is wrong! That was something about KDE. Nothing wrong with Qt::BlankCursor :-) I just discovered that for my pan/zoom hidden screen-centred cursor, since I /force/ the cursor to move outside the window to screen centre, I should have used: QApplication::setOverrideCursor() instead of: QWidget::setCursor() in method Canvas::setCursor(), It must have behaved like that since I added pan and zoom a few years ago, I never noticed. Fix on the way... > Tim. ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
