mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Boxes redesigned. Common groups moved to Shared Media.
Also transparent images sending fixed.
This commit is contained in:
@@ -1366,8 +1366,7 @@ void MediaView::createClipReader() {
|
||||
void MediaView::createClipController() {
|
||||
if (!_doc->isVideo()) return;
|
||||
|
||||
_clipController.destroy();
|
||||
_clipController = new Media::Clip::Controller(this);
|
||||
_clipController.create(this);
|
||||
setClipControllerGeometry();
|
||||
_clipController->show();
|
||||
|
||||
|
Reference in New Issue
Block a user