Mercurial > hg > sonic-visualiser
annotate repoint.bat @ 2530:89895d455b98
Ensure correct width is calculated when requesting to render whole of a view that hasn't finished loading yet; avoid over-eagerly feeding unknown binary files to RDF decoder on load
author | Chris Cannam |
---|---|
date | Thu, 30 Apr 2020 16:03:51 +0100 |
parents | adc8a48f4e4c |
children |
rev | line source |
---|---|
Chris@1808 | 1 @echo off |
Chris@1808 | 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*"; |
Chris@1808 | 3 |