Skip to content

Commit

Permalink
[Qt] Fix select audio track dialog broken by 62831ed
Browse files Browse the repository at this point in the history
  • Loading branch information
eumagga0x2a committed Oct 7, 2017
1 parent da671bc commit bb60bf0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions avidemux/qt4/ADM_userInterfaces/ADM_dialog/Q_audioTracks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ audioTrackQt4::audioTrackQt4( PoolOfAudioTracks *pool, ActiveAudioTracks *xactiv
}
// create windows
window=new audioTrackWindow();
qtRegisterDialog(window);
window->setModal(true);

languages=ADM_getLanguageList();
nbLanguage=ADM_getLanguageListSize();

Expand Down Expand Up @@ -74,9 +73,8 @@ audioTrackQt4::audioTrackQt4( PoolOfAudioTracks *pool, ActiveAudioTracks *xactiv
this,SLOT(languagesClicked(int)));
* */
}
//
window->show();
//
// set the parent and show the window
qtRegisterDialog(window);
};
/**
* \fn setLanguageFromPool
Expand Down

0 comments on commit bb60bf0

Please sign in to comment.