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

[gtk] Make standard colors static final #1764

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laeubi
Copy link
Contributor

@laeubi laeubi commented Jan 26, 2025

Currently the standard colors are created for each device even though they no longer need a device for a while.

This makes the colors static final and only create them once.

Copy link
Contributor

github-actions bot commented Jan 26, 2025

Test Results

   494 files  ±0     494 suites  ±0   9m 20s ⏱️ +25s
 4 331 tests ±0   4 318 ✅ ±0   13 💤 ±0  0 ❌ ±0 
16 572 runs  ±0  16 464 ✅ ±0  108 💤 ±0  0 ❌ ±0 

Results for commit 0ea9962. ± Comparison against base commit 6d374d9.

♻️ This comment has been updated with latest results.

Currently the standard colors are created for each device even though
they no longer need a device for a while.

This makes the colors static final and only create them once.
@laeubi laeubi force-pushed the gtk_default_color_static branch from e6f4e0e to 0ea9962 Compare January 26, 2025 06:57
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

Successfully merging this pull request may close these issues.

1 participant