Advertisement
Guest User

Untitled

a guest
Nov 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DPIPixel(Coordinate) {
  2.     global CurrentDPI
  3.     DPIMultiplier := CurrentDPI
  4.  
  5.     if (CurrentDPI = 1.5) and Cubase10Running() {   ; Remove this stupid fucking kludge when
  6.         DPIMultiplier = 2.0                         ; Steinberg fixes this fucking piece of shit
  7.     }                                               ; program
  8.     return (Coordinate * DPIMultiplier)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement