Add minimum scale in image viewer
This commit is contained in:
parent
f14f978c48
commit
6d4ff70b48
2 changed files with 33 additions and 2 deletions
|
|
@ -20,12 +20,10 @@
|
|||
void
|
||||
MxcAnimatedImage::startDownload()
|
||||
{
|
||||
nhlog::ui()->debug("START DOWNLOAD!!!");
|
||||
if (!room_)
|
||||
return;
|
||||
if (eventId_.isEmpty())
|
||||
return;
|
||||
nhlog::ui()->debug("START DOWNLOAD2!!!");
|
||||
|
||||
auto event = room_->eventById(eventId_);
|
||||
if (!event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue