View Issue Details

IDProjectCategoryView StatusLast Update
0000277DarkRadiantGUIpublic07.05.2007 16:35
Reporterorbweaver Assigned Toorbweaver  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.0 
Fixed in Version0.9.0 
Summary0000277: Displaying AddPropertyDialog breaks PropertyEditor panel
Description1. Create a light
2. Select a Vector3 property
3. Right-click and choose Add Property
4. Cancel the AddPropertyDialog

The Vector3 property editor will continue to be displayed forever, with subsequent key selections resulting in a Gtk-Warning but not changing the PropertyEditor. Tested on Linux and Windows.
TagsNo tags attached.

Activities

orbweaver

orbweaver

28.04.2007 14:21

developer   ~0000593

I have resolved this by moving responsibility for destroying the PropertyEditor widget into the EntityInspector dialog, rather than the PropertyEditor subclass' destructor. This means that the code to handle GTK quitting is no longer necessary.

Issue History

Date Modified Username Field Change
26.04.2007 20:01 orbweaver New Issue
26.04.2007 20:01 orbweaver Status new => assigned
26.04.2007 20:01 orbweaver Assigned To => orbweaver
28.04.2007 14:21 orbweaver Status assigned => resolved
28.04.2007 14:21 orbweaver Fixed in Version => latest SVN
28.04.2007 14:21 orbweaver Resolution open => fixed
28.04.2007 14:21 orbweaver Note Added: 0000593
07.05.2007 16:35 orbweaver Status resolved => closed