MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / invalidatePixmapsCache

Method invalidatePixmapsCache

Telegram/SourceFiles/boxes/peer_list_box.cpp:796–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796void PeerListRow::invalidatePixmapsCache() {
797 if (_checkbox) {
798 _checkbox->invalidateCache();
799 }
800}
801
802int PeerListRow::paintNameIconGetWidth(
803 Painter &p,

Callers

nothing calls this directly

Calls 1

invalidateCacheMethod · 0.45

Tested by

no test coverage detected