~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/widgets/toolbox.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Wolfram Quester
  • Date: 2009-11-30 17:23:20 UTC
  • mto: (10.1.1 sid) (1.3.4)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20091130172320-xsuzmtdnnwtj8jj5
Tags: upstream-0.47.0
ImportĀ upstreamĀ versionĀ 0.47.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4929
4929
 
4930
4930
    if (sp_document_get_undo_sensitive(sp_desktop_document(desktop))) {
4931
4931
        Inkscape::Preferences *prefs = Inkscape::Preferences::get();
4932
 
        prefs->setDouble(Glib::ustring("/tools/shapes/arc") + value_name, (adj->value * M_PI)/ 180);
 
4932
        prefs->setDouble(Glib::ustring("/tools/shapes/arc/") + value_name, adj->value);
4933
4933
    }
4934
4934
 
4935
4935
    // quit if run by the attr_changed listener