Bugs item #1736536, was opened at 2007-06-13 17:29
Message generated for change (Comment added) made by dooglus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1736536&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: dooglus (dooglus)
Assigned to: Nobody/Anonymous (nobody)
Summary: selecting area in navigator window is off sometimes

Initial Comment:
Show the 'navigator' window
Zoom in 4 or 5 times so only a fraction of the canvas is visible at a time
Resize the navigator window so that it is very wide but not very tall.  The 
canvas should be scaled down with large blank areas on the left and right.
Click and drag around in the navigator window.  The red rectangle should go 
wherever the mouse pointer is, but it actually moves much slower than the mouse 
pointer.

If you resize the navigator window so that it is tall and thin, then the 
dragging works fine.

I think the problem is in synfig-studio/src/gtkmm/dock_navigator.cpp but 
haven't been able to fix it yet.

It's something to do with the calculation of xaxis and yaxis both being based 
off the width of the window, when in fact the whole width isn't always used:

                xaxis = sx * w / (float)canvw;
                yaxis = xaxis/ph;
                xaxis /= pw;


----------------------------------------------------------------------

>Comment By: dooglus (dooglus)
Date: 2007-06-13 18:28

Message:
Logged In: YES 
user_id=1546005
Originator: YES

http://dooglus.rincevent.net/random/navigator.mpeg demonstrates what
happens.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1736536&group_id=144022

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to