Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent 7878faf commit a584515
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions expyfun/_experiment_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,10 @@ def _setup_window(self, window_size, exp_name, full_screen, screen):
gl.glClear(gl.GL_COLOR_BUFFER_BIT)
v_ = False if os.getenv("_EXPYFUN_WIN_INVISIBLE") == "true" else True
self._flip_rect = Rectangle(
self, (0, 0, 1, 1),
units='pix',
fill_color=(0., 0., 0., 0.),
self,
(0, 0, 1, 1),
units="pix",
fill_color=(0.0, 0.0, 0.0, 0.0),
)
self.set_visible(v_) # this is when we set fullscreen
# ensure we got the correct window size
Expand Down

0 comments on commit a584515

Please sign in to comment.