Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering freezes until resizing the frame on MacOS #180

Open
loveaurell opened this issue Feb 23, 2023 · 1 comment
Open

Rendering freezes until resizing the frame on MacOS #180

loveaurell opened this issue Feb 23, 2023 · 1 comment

Comments

@loveaurell
Copy link

I've fixed the issue by adding main.repaint(); in the Runnable set in the Mobile.getPlatform().setPainter() block in FreeJ2ME class. Any idea why this is happening?

@loveaurell
Copy link
Author

Mobile.getPlatform().setPainter(() -> {
			main.repaint();
			lcd.paint(lcd.getGraphics());
		});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant