Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Gethe
Forum: Graphics Help 09-15-15, 11:52 AM
Replies: 12
Views: 10,917
Posted By Gethe
First, your OnDragStart/Stop hooks do not call...

First, your OnDragStart/Stop hooks do not call your custom Move and StopMoveSize methods.

Second, instead of ceil() (not sure why I mentioned it tbh), I would round the vars using floor(var + 0.5)....
Forum: Graphics Help 09-13-15, 07:44 AM
Replies: 12
Views: 10,917
Posted By Gethe
It's hard to say what else would need to be done...

It's hard to say what else would need to be done without seeing the rest of your code, though I would also look at your scroll update too.
Forum: Graphics Help 09-12-15, 08:52 AM
Replies: 12
Views: 10,917
Posted By Gethe
This is a general issue with single pixel lines....

This is a general issue with single pixel lines. As the tooltip moves, the border will occasionally get between pixels which results in that line becoming dimmer.

One way you can work around this is...
Showing results 1 to 3 of 3