Didn't try it myself, but I guess the following might invert:
Qt Code:
virtual YourMagnifier::rescale(double factor) { if ( factor != 0.0 ) }To copy to clipboard, switch view to plain text mode
HTH,
Uwe
Didn't try it myself, but I guess the following might invert:
Qt Code:
virtual YourMagnifier::rescale(double factor) { if ( factor != 0.0 ) }To copy to clipboard, switch view to plain text mode
HTH,
Uwe
Bookmarks