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

タイプ別設定画面のカラータブの色指定リストの背景色と前景色の色見本矩形の描画処理をDPIに合わせるように変更 #499

Merged
merged 1 commit into from
Sep 30, 2018

Conversation

beru
Copy link
Contributor

@beru beru commented Sep 30, 2018

高DPIだと色指定リストの色見本矩形の横幅が狭くて選択しにくかったのを改善しました。
左端のチェック描画には手を入れていません。そこは個人的に困っていないので。

スクリーンショットを貼り付けます。

ディスプレイ設定 変更前 (4055e4f) 変更後 (dd0b317)
100% 100_before 100_after
150% 150_before 150_after
200% 200_before 200_after

@beru beru mentioned this pull request Sep 30, 2018
11 tasks
Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです。

アプリ動作の見た目がよくなっていることを確認しました。プロパティシートの実装は近いうちに見直し入ると思いますので、何かあればそのとき対応でいいと思っています。

rc1.bottom -= scaled2;

m_fgColorSampleLeft = rc1.left;
m_fgColorSampleRight = rc1.right;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

一点懸念点があって、この新規追加の変数に値を設定しているのがここ(描画)だけで、
描画される前にクリックされる可能性はないと思うんですけど、
変数の初期化がないのが少し気になりました。

Copy link
Contributor Author

@beru beru Sep 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(初期値を指定していない)グローバル変数は 0 初期化されますね。話は変わりますが本来は一行一行描画する度に計算する必要は無いんですが手抜きしています。

何か動作的に問題がある事が確認出たら対処するぐらいでも良いんじゃないかと思いますが、動作環境によっては思いもつかない不具合が出るかもしれないですね…。

@m-tmatma m-tmatma added this to the next release milestone Sep 30, 2018
@beru
Copy link
Contributor Author

beru commented Sep 30, 2018

Merge します。もし何か問題が見つかったら別 PR で対処しましょう。

@beru beru merged commit 910387c into sakura-editor:master Sep 30, 2018
@beru beru deleted the HighDPI_PropTypesColor branch September 30, 2018 14:23
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
タイプ別設定画面のカラータブの色指定リストの背景色と前景色の色見本矩形の描画処理をDPIに合わせるように変更
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.

3 participants