Show
Ignore:
Timestamp:
06/27/09 15:13:21 (14 months ago)
Author:
ibboard
Message:

Fixes #95: Can't re-open GTK# tabs

  • Make Unit for UnitDisplayWidget visible as a property
  • Hook in to Destroyed event of UnitDisplayWidget to remove it from the map of tabs
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • IBBoard.WarFoundry.GUI.GTK/trunk/Widgets/UnitDisplayWidget.cs

    r145 r149  
    8383            } 
    8484        } 
     85 
     86        public IBBoard.WarFoundry.API.Objects.Unit Unit 
     87        { 
     88            get { return unit; } 
     89        } 
    8590         
    8691        private void UnitNameChanged(WarFoundryObject obj, string oldValue, string newValue)