View have black line!
wf1992 opened this issue · comments
felix commented
Hi,i'm using your project , but i found that the result view have missed some frame.
so,this may cause some black lines or points in the result view. can you tell me how to fix it?
thanks!
Yogendrasinh Rajput commented
It is not missed frames, I have seen that comes from
RFBTightDecoder.m line 393.
if (connection.delegate) {
[connection.delegate connection:connection didReceiveDataForRect:rect];
}
To resolve at some extent, I commented that line but not sure what is wrong. Note that you will end up having other issue: While scrolling text, you may see some left over text of previous location but it is minimal.