MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / checkColumnSize

Method checkColumnSize

gui/display.py:161–165  ·  view source on GitHub ↗
(self, column)

Source from the content-addressed store, hash-verified

159 event.Skip()
160
161 def checkColumnSize(self, column):
162 colItem = self.activeColumns[column]
163 if self.GetColumnWidth(column) < self.columnsMinWidth[column]:
164 self.SetColumnWidth(column, self.columnsMinWidth[column])
165 colItem.resized = True
166
167 def getLastItem(self, state=wx.LIST_STATE_DONTCARE):
168 lastFound = -1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected