mirror of https://github.com/procxx/kepka.git
fixed photosendbox doc and contact display
This commit is contained in:
parent
14ae657073
commit
a9a4623c63
|
@ -190,7 +190,11 @@ void PhotoSendBox::hideAll() {
|
||||||
void PhotoSendBox::showAll() {
|
void PhotoSendBox::showAll() {
|
||||||
_sendButton.show();
|
_sendButton.show();
|
||||||
_cancelButton.show();
|
_cancelButton.show();
|
||||||
|
if (_img && _img->type == ToPreparePhoto) {
|
||||||
_compressed.show();
|
_compressed.show();
|
||||||
|
} else {
|
||||||
|
_compressed.hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PhotoSendBox::onSend(bool ctrlShiftEnter) {
|
void PhotoSendBox::onSend(bool ctrlShiftEnter) {
|
||||||
|
|
Loading…
Reference in New Issue