MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Invalidate

Method Invalidate

editor/PictListBox.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95// Operations
96
97void editorPictListBox::Invalidate() {
98 if (!m_ParentWnd)
99 return;
100 m_Redraw = 1; // force a complete redraw of the listbox
101 Update();
102}
103
104// Listbox handlers
105// updates the display of the listbox if needed.

Callers 7

RedrawButtonMethod · 0.80
OnQueryNewPaletteMethod · 0.80
OnPaletteChangedMethod · 0.80
ShowRadViewFunction · 0.80
OnInitialUpdateMethod · 0.80
DrawIntoTopoMapFunction · 0.80
SetViewModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected