1. 06 4月, 2020 39 次提交
  2. 05 4月, 2020 1 次提交
    • D
      Change terminal dimensions based on renderer type · 5b0460a6
      Daniel Imms 提交于
      The canvas and webgl renderers use a flat integer for width whereas
      dom uses a floating point number. This was causing canvas/webgl to
      be more narrow than they should be. Since changing rendererType is
      a pretty infrequent thing it should be fine to resize for this.
      
      Fixes #86425
      5b0460a6