mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix: crash when edit dictionary through menu. when goldendict starts.
This commit is contained in:
parent
492f394675
commit
5af49e49eb
|
@ -386,7 +386,7 @@ ArticleView::~ArticleView()
|
|||
{
|
||||
cleanupTemp();
|
||||
audioPlayer->stop();
|
||||
channel->deregisterObject(this);
|
||||
//channel->deregisterObject(this);
|
||||
ui.definition->ungrabGesture( Gestures::GDPinchGestureType );
|
||||
ui.definition->ungrabGesture( Gestures::GDSwipeGestureType );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue