Skip to content
  • Agata Cacko's avatar
    Fix High DPI for canvas previews in Undo History docker · 7bfca147
    Agata Cacko authored
    Before this commit, canvas previews/thumbnails in the
    Undo History docker were low resolution on High DPI screen.
    This commit make them high resolution (respect devicePixelRatio).
    Because there is no item delegate and no manual paint command,
    it required adding a devicePixelRatio parameter to the Model.
    7bfca147