3b1b / 3b1b/manim

Failed to set the window size in window.py

未关闭
#1,430 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Python
星标
93.8k
派生
7.7k
PR 合并指标
PR 指标待抓取

描述

### Describe the bug
Manim runs with default window size (1280, 720) instead of default value described in config.py (half the screen size).

**Code**:
add following lines to the `__init__` method of class `Window` in `window.py`:
```python
self.size = size
+ print(size)
+ print(self.size)
```
**Wrong display or Error traceback**:
terminal output:
```
(683, 384)
(1280, 720)
```

### Additional context
OS: arch linux, gnome desktop environment.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。