View Issue Details

IDProjectCategoryView StatusLast Update
0001678DrawingBugpublic2015-01-03 16:40
Reportermghansen256 Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSKubuntuOS Version14.04
Product Version0.14 
Summary0001678: Visibility property is ignored on drawing sheets
DescriptionFor draft dimensions and orthographic projections that I put onto a drawing sheet, changing the visibility to false does not hide the element on the drawing. I have also tried "App.ActiveDocument.recompute()" as mentioned in bug 1540, but the change in visibility is not applied.

Maybe related: Pressing space in the tree view when an object on a drawing sheet is selected, or when choossing "Toggle visibility" for such an object, the visibility always stays at true. The python console shows "Gui.getDocument("Unnamed").getObject("ViewGroup").Visibility=True". When the visibility is set manually to false, issuing a "toggle visibility" only changes the property after several tries.
Additional InformationOS: Ubuntu 14.04.1 LTS
Word size: 64-bit
Version: 0.15.3844 (Git)
Branch: master
Hash: 28490532f50135e2490f94cdf401b613a94b1ec2
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.0
TagsNo tags attached.

Activities

mghansen256

2014-08-08 19:21

reporter   ~0004929

Note on the second part: The new value of the visibility property is only shown when the property widget is redrawn, for example on mouseover.

Related Changesets

FreeCAD: master d8e0df9e

2015-01-03 17:09:17

wmayer

Details Diff
+ fixes 0001678: Visibility property is ignored on drawing sheets Affected Issues
0001678
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/ViewProviderDocumentObject.cpp Diff File
mod - src/Mod/Drawing/App/FeatureClip.cpp Diff File
mod - src/Mod/Drawing/App/FeatureClip.h Diff File
mod - src/Mod/Drawing/App/FeaturePage.cpp Diff File
mod - src/Mod/Drawing/App/FeatureView.cpp Diff File
mod - src/Mod/Drawing/App/FeatureView.h Diff File
mod - src/Mod/Drawing/Gui/ViewProviderView.cpp Diff File
mod - src/Mod/Drawing/Gui/ViewProviderView.h Diff File

Issue History

Date Modified Username Field Change
2014-08-08 19:18 mghansen256 New Issue
2014-08-08 19:21 mghansen256 Note Added: 0004929
2015-01-03 16:40 wmayer Changeset attached => FreeCAD Master master d8e0df9e
2015-01-03 16:40 wmayer Assigned To => wmayer
2015-01-03 16:40 wmayer Status new => closed
2015-01-03 16:40 wmayer Resolution open => fixed