|
| From: | Pantxo Diribarne |
| Subject: | [Octave-bug-tracker] [bug #49053] figure scaling issue with Qt 5 on macOS with Retina / HiDPI scaling |
| Date: | Sun, 16 Sep 2018 15:15:06 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0 |
Follow-up Comment #149, bug #49053 (project octave):
@Ben: IIUC the magenta box is the area where you need to click if you want the
"buttondownfcn" of any object (not only text) to be evaluated. Is this
correct?
Is this with the patch file #45022 applied?
Does the patch improve anything or make it worse (the area looks wrong by a
factor of 4)?
Also could you check that the "currentpoint" axes property returns sensible
results when you click inside axes?
clf
hax = axes ();
addlistener (hax, "currentpoint", @(hax) disp (get (hax,
"currentpoint")(1,1:2)))
grid on
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?49053>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |