~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Sketcher/Gui/TaskSketcherCreateCommands.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
{
77
77
    if (Reason.Type == SelectionChanges::AddSelection ||
78
78
        Reason.Type == SelectionChanges::RmvSelection ||
 
79
        Reason.Type == SelectionChanges::SetSelection ||
79
80
        Reason.Type == SelectionChanges::ClrSelection) {
80
 
        //std::vector<Gui::ViewProvider*> views = getSelection();
81
 
        /*setDisplayModes(views);
82
 
        setPointSize(views);
83
 
        setLineWidth(views);
84
 
        setTransparency(views);*/
85
81
    }
86
82
}
87
83