Spacing added
This commit is contained in:
parent
0f2320bd47
commit
e3a41571f0
@ -369,7 +369,7 @@ ViewManager::next()
|
||||
UPDATE_BUTTON_PROPERTY( backEnabled, false )
|
||||
}
|
||||
updateCancelEnabled( !settings->disableCancel() && !( executing && settings->disableCancelDuringExec() ) );
|
||||
updateBackAndNextVisibility(!executing || !settings->hideBackAndNextDuringExec());
|
||||
updateBackAndNextVisibility( !( executing && !settings->hideBackAndNextDuringExec() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user