-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality to update text and background colors when changing …
…themes JDimを起動した直後やフォントと色の詳細設定ダイアログで「OK」ボタンを 押した際に、ビューで使用する文字色と背景色を更新する処理を追加します。 修正前は、「色の設定を全てデフォルトに戻す」ボタンを操作しなければ 文字色と背景色が更新されませんでした。このため、GTKテーマや ダークテーマの切り替え後に、板のプロパティのローカルルールなどが 周囲と異なる配色で表示される問題が発生していました。 今回の修正でテーマ変更時に文字色と背景色が自動的に更新されるようになり、 ユーザー体験を向上させます。 制限: アプリケーション外でGTKテーマを変更した場合、色が自動的に更新されない 問題は残っています。この問題は、時間帯に応じてGTKテーマを切り替える デスクトップ環境や、アプリケーション起動中にテーマを変更する状況で 発生します。この場合は、フォントと色の詳細設定ダイアログから 「色の設定を全てデフォルトに戻す」を選択し、手動で色を更新してください。 Add functionality to update the text and background colors used in views upon JDim startup or after pressing the "OK" button in the Font and Color Preferences dialog. Previously, text and background colors were only updated by manually using the "Reset all color settings to default" button. As a result, issues arose where elements like local board rule properties were displayed in color schemes inconsistent with the surrounding theme after switching between GTK or dark themes. With this update, text and background colors are now automatically updated when themes are changed, improving the user experience. Limitations: Colors are not automatically updated when changing GTK themes outside the application. This issue may occur in desktop environments that switch GTK themes based on time or when themes are changed while the application is running. In such cases, use the Font and Color Preferences dialog to manually update colors by selecting "Reset all color settings to default."
- Loading branch information
Showing
6 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters