-
Notifications
You must be signed in to change notification settings - Fork 6
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
ヒストグラムなどの図をズームする動作の改良 #23
Labels
Comments
tshino
added a commit
that referenced
this issue
Aug 14, 2017
tshino
added a commit
that referenced
this issue
Aug 15, 2017
tshino
added a commit
that referenced
this issue
Aug 18, 2017
tshino
added a commit
that referenced
this issue
Aug 19, 2017
tshino
added a commit
that referenced
this issue
Aug 19, 2017
tshino
added a commit
that referenced
this issue
Aug 20, 2017
tshino
added a commit
that referenced
this issue
Aug 21, 2017
tshino
added a commit
that referenced
this issue
Aug 23, 2017
tshino
added a commit
that referenced
this issue
Aug 27, 2017
tshino
added a commit
that referenced
this issue
Aug 30, 2017
まず、予定通り図のズームをポインタ位置(タッチの場合は指の位置)を中心として拡大縮小する動作に改良しました。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ヒストグラムなどの図をマウスホイールなどでズームするときの動作を改良する。
現状は、マウスポインタの位置に関係なく、図の中央や図の端を中心として拡大縮小するようになっています。
これをマウスポインタの位置、タッチ入力の場合は2本指の間の位置が拡大されるような動作に改良します。
ヒストグラムなどの図ではなく、読み込んだ画像そのもののズームはすでに上記のように改良された動作になっています。今回改良するのはダイアログ形式で表示しているヒストグラムやベクトルスコープなどの図のズームです。
The text was updated successfully, but these errors were encountered: