View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001678 | Drawing | Bug | public | 2014-08-08 19:18 | 2015-01-03 16:40 |
Reporter | mghansen256 | Assigned To | wmayer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Kubuntu | OS Version | 14.04 |
Product Version | 0.14 | ||||
Summary | 0001678: Visibility property is ignored on drawing sheets | ||||
Description | For 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 Information | OS: 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 | ||||
Tags | No tags attached. | ||||
|
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. |
FreeCAD: master d8e0df9e 2015-01-03 17:09:17 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 |
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 |