Closed dremin closed 1 year ago
The big change here is coalescing the previous 4 separate size/pos updates (top, left, width, height) into 1 operation via SetWindowPos. This fixes a lot of the raciness I've seen with the positioning logic.
The big change here is coalescing the previous 4 separate size/pos updates (top, left, width, height) into 1 operation via SetWindowPos. This fixes a lot of the raciness I've seen with the positioning logic.