MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / FullRecalcAndRepaint

Method FullRecalcAndRepaint

src/windows/MessageList.cpp:4303–4311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4301}
4302
4303void MessageList::FullRecalcAndRepaint()
4304{
4305 for (auto& msg : m_messages) {
4306 msg.Update(m_guildID);
4307 }
4308
4309 int repaintSizeUnused = 0;
4310 RecalcMessageSizes(true, repaintSizeUnused, 0, UINT64_MAX);
4311}
4312
4313void MessageList::AdjustHeightInfo(
4314 const MessageItem& msg,

Callers 1

WindowProcFunction · 0.80

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected