Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 546222 Details for
Bug 664962
media-gfx/nomacs-3.10.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the absence of popup tooltip while moving crop rectangle area.
nomacs-3.10.2_fix_move_crop_area_tooltip.patch (text/plain), 851 bytes, created by
Sergey Torokhov
on 2018-09-07 22:22:05 UTC
(
hide
)
Description:
Fix the absence of popup tooltip while moving crop rectangle area.
Filename:
MIME Type:
Creator:
Sergey Torokhov
Created:
2018-09-07 22:22:05 UTC
Size:
851 bytes
patch
obsolete
>diff -Naur old/ImageLounge/src/DkGui/DkWidgets.cpp new/ImageLounge/src/DkGui/DkWidgets.cpp >--- old/ImageLounge/src/DkGui/DkWidgets.cpp 2018-07-10 17:43:02.000000000 +0300 >+++ new/ImageLounge/src/DkGui/DkWidgets.cpp 2018-09-07 21:47:36.000000000 +0300 >@@ -1864,7 +1864,7 @@ > setAngle(angle, false); > } > >- if (event->buttons() == Qt::LeftButton && mState != moving) { >+ if (event->buttons() == Qt::LeftButton) { > > QPolygonF p = mRect.getPoly(); > >@@ -1877,11 +1877,11 @@ > QPoint tl; > > if (sAngle == 0.0f || fabs(sAngle) == 90.0f) { >- tl = mRect.getTopLeft().toPoint(); >+ tl = mRtform.map(mRect.getTopLeft()).toPoint(); > info += "x: "; > } > else { >- tl = mRect.getCenter().toPoint(); >+ tl = mRtform.map(mRect.getCenter()).toPoint(); > info += "center x: "; > } > info += QString::number(tl.x()) + ", y: ";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 664962
:
546222
|
546224
|
548410
|
548412
|
550304
|
550306