mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-02-02 13:52:55 +08:00
fix: the path unable to select after an error prop
This commit is contained in:
parent
00c853de31
commit
cb26cbc659
@ -150,17 +150,6 @@ void StoreProgress::accept()
|
||||
|
||||
if (_isBusy)
|
||||
return;
|
||||
|
||||
_progress.setVisible(true);
|
||||
_fileLab->setVisible(false);
|
||||
_fileLab->setVisible(false);
|
||||
_openButton->setVisible(false);
|
||||
|
||||
if (_ckOrigin != NULL){
|
||||
_ckOrigin->setVisible(false);
|
||||
_ckCompress->setVisible(false);
|
||||
}
|
||||
_space->setVisible(true);
|
||||
|
||||
|
||||
if (_isExport && _store_session.IsLogicDataType()){
|
||||
@ -213,6 +202,17 @@ void StoreProgress::accept()
|
||||
_store_session.SetDataRange(start_index, end_index);
|
||||
}
|
||||
|
||||
_progress.setVisible(true);
|
||||
_fileLab->setVisible(false);
|
||||
_fileLab->setVisible(false);
|
||||
_openButton->setVisible(false);
|
||||
|
||||
if (_ckOrigin != NULL){
|
||||
_ckOrigin->setVisible(false);
|
||||
_ckCompress->setVisible(false);
|
||||
}
|
||||
_space->setVisible(true);
|
||||
|
||||
//start done
|
||||
if (_isExport){
|
||||
if (_store_session.export_start()){
|
||||
|
Loading…
x
Reference in New Issue
Block a user