On 17/05/2018 11:35, Dmitry Markov wrote:
So if I got you right, it is not necessary to call these methods if the target has been resized. In other words we should NOT change the if-statementFROM: if (pResized || isNewDevice) TO: if (pResized || *tResized *|| isNewDevice) Is my understanding correct?
Yes, correct. -- Best regards, Sergey.