Changeset 1263

Show
Ignore:
Timestamp:
1/21/2010 8:37:37 AM (8 weeks ago)
Author:
vessper
Message:

21/01/2010


- HQF: Altered behaviour of multiple module status changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.HQF/Controls/ShipSlotControl.vb

    r1262 r1263  
    14051405                ' Check which mode, single or multi 
    14061406                If lvwSlots.SelectedItems.Count > 1 Then 
    1407                     For Each i As ListViewItem In lvwSlots.SelectedItems 
    1408                         Call Me.ChangeModuleStateSingleMod(keyMode, i) 
    1409                     Next 
     1407                    If (hti.Location = ListViewHitTestLocations.Image Or hti.Location = ListViewHitTestLocations.Label Or hti.Location = ListViewHitTestLocations.RightOfClientArea) And hti.Item.Selected = True Then 
     1408                        For Each i As ListViewItem In lvwSlots.SelectedItems 
     1409                            Call Me.ChangeModuleStateSingleMod(keyMode, i) 
     1410                        Next 
     1411                    Else 
     1412                        If hti.Location = ListViewHitTestLocations.Image Or hti.Location = ListViewHitTestLocations.Label Or hti.Location = ListViewHitTestLocations.RightOfClientArea Then 
     1413                            Call Me.ChangeModuleStateSingleMod(keyMode, hti.Item) 
     1414                        End If 
     1415                    End If 
    14101416                Else 
    14111417                    If hti.Location = ListViewHitTestLocations.Image Or hti.Location = ListViewHitTestLocations.Label Or hti.Location = ListViewHitTestLocations.RightOfClientArea Then