2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

fixed mediaview in os x, added mac sign shell script, os x media overview supported

This commit is contained in:
John Preston
2014-08-15 15:53:58 +04:00
parent 0b403c88ae
commit a4728238bb
6 changed files with 22 additions and 6 deletions

View File

@@ -728,11 +728,11 @@ bool MediaView::event(QEvent *e) {
}
void MediaView::hide() {
QWidget::hide();
_close.clearState();
_save.clearState();
_forward.clearState();
_delete.clearState();
QWidget::hide();
}
void MediaView::onMenuDestroy(QObject *obj) {