Hi Jeremy, I'm looking into making the control graph items nudgeable using the keyboard, but I've run into a roadblock: plotwindow.selectedWidgets() destroys and recreates the control items. Since plotwindow.selectedWidgets() is regularly called from the update timer, this means that the control items don't stick around long enough to keep keyboard focus! Is there some way to tell if the control items really _need_ to be changed (e.g. by the document change set or something), so that I can give them a bit more longevity?
Thanks, -- BKS _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
