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

Method selectActive

Telegram/SourceFiles/boxes/share_box.cpp:1346–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344}
1345
1346void ShareBox::Inner::selectActive() {
1347 changeCheckState(getChatAtIndex(_active > 0 ? _active : 0));
1348}
1349
1350void ShareBox::Inner::resizeEvent(QResizeEvent *e) {
1351 _columnSkip = (width() - _columnCount * _st.item.checkbox.imageRadius * 2) / float64(_columnCount + 1);

Callers 1

prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected