View Issue Details

IDProjectCategoryView StatusLast Update
0001530DraftBugpublic2014-05-03 16:33
Reporterquick61 Assigned Toyorik  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version0.14 
Summary0001530: Draft Circle Task Set Radius Fails.
DescriptionReference forum thread > http://forum.freecadweb.org/viewtopic.php?f=3&t=6492

Error occurs when entering a numerical value into the Radius field in Combo View > Tasks > Circle.

Error -

Traceback (most recent call last):
  File "/home/mark/Build/FreeCAD/Mod/Draft/DraftGui.py", line 1024, in validatePoint
    rad=float(self.radiusValue.text())
AttributeError: 'PySide.QtGui.QWidget' object has no attribute 'text'
Steps To ReproduceOpen Draft Workbench.
Pick Circle tool.
Click in 3D space and start to drag out circle.
Enter numerical value into the Radius field in Combo View > Tasks > Circle.

Additional InformationOS: Ubuntu 13.10
Platform: 64-bit
Version: 0.14.3512 (Git)
Branch: master
Hash: 90f2fc203466dbbb81ad26849eb3dd4b7b53f326
Python version: 2.7.5+
Qt version: 4.8.4
Coin version: 4.0.0a
SoQt version: 1.5.0
OCC version: 6.7.0
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master e0e6f9bf

2014-05-03 17:37:46

yorik

Details Diff
Draft: Fixed radius and offset numeric values - fixes 0001530 Affected Issues
0001530
mod - src/Mod/Draft/DraftGui.py Diff File

Issue History

Date Modified Username Field Change
2014-05-03 13:58 quick61 New Issue
2014-05-03 14:20 wmayer Project FreeCAD => Draft
2014-05-03 15:10 yorik Assigned To => yorik
2014-05-03 15:10 yorik Status new => assigned
2014-05-03 15:47 yorik Target Version => 0.14
2014-05-03 16:08 yorik Changeset attached => FreeCAD Master master e0e6f9bf
2014-05-03 16:08 yorik Status assigned => closed
2014-05-03 16:08 yorik Resolution open => fixed