Bugs item #1570319, was opened at 2006-10-04 00:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1570319&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
Submitted By: dooglus (dooglus)
Assigned to: Nobody/Anonymous (nobody)
Summary: default bline width is accessed before it is set

Initial Comment:
widget_defaults.cpp line 261:
 *      widget_bline_width->set_digits(2);
causes the width field to be displayed before any 
default width has been set.

The initial default width isn't set until line 317 of 
the same file:
 *      bline_width_refresh();

Moving line 317 to just before line 261 fixes the 
problem.  See attached patch, or:

 * http://dooglus.rincevent.net/blinewidth.txt


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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to