mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Dialog autonum : minor improvement
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3253 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
824e4315aa
commit
0c6c3c8f7e
@ -179,6 +179,7 @@ void SelectAutonumW::applyEnable(bool b) {
|
||||
void SelectAutonumW::on_m_next_pb_clicked() {
|
||||
NumerotationContextCommands ncc (toNumContext());
|
||||
setContext(ncc.next());
|
||||
applyEnable(true);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -188,4 +189,5 @@ void SelectAutonumW::on_m_next_pb_clicked() {
|
||||
void SelectAutonumW::on_m_previous_pb_clicked() {
|
||||
NumerotationContextCommands ncc (toNumContext());
|
||||
setContext(ncc.previous());
|
||||
applyEnable(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user