Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Switching between different applications #1

Closed
vonMitzscha opened this issue Nov 15, 2017 · 2 comments 路 Fixed by #2
Closed

Switching between different applications #1

vonMitzscha opened this issue Nov 15, 2017 · 2 comments 路 Fixed by #2
Labels

Comments

@vonMitzscha
Copy link
Contributor

vonMitzscha commented Nov 15, 2017

Sometimes it happened that after writing in Neutron and then switching to an other program (e.g. Firefox) the picture on the board was deleted. But only sometimes not every time 馃槙

@Johann150
Copy link
Owner

This might be because Electron repaints the whole window when switching back to it.
The problem with this is that neutron does at the moment not notice this.

@Johann150 Johann150 added the bug label Nov 18, 2017
@Johann150
Copy link
Owner

Could probably be fixed in BrowserWindow.focus by calling repaintAll();

Johann150 pushed a commit that referenced this issue Nov 18, 2017
@Johann150 Johann150 mentioned this issue Dec 23, 2017
Johann150 pushed a commit that referenced this issue May 3, 2018
Fixing window repaint on refocus
Johann150 pushed a commit that referenced this issue Oct 27, 2019
Johann150 added a commit that referenced this issue Oct 27, 2019
Merge pull request #1 from Johann150/master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants