mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01: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:
@@ -179,6 +179,7 @@ void SelectAutonumW::applyEnable(bool b) {
|
|||||||
void SelectAutonumW::on_m_next_pb_clicked() {
|
void SelectAutonumW::on_m_next_pb_clicked() {
|
||||||
NumerotationContextCommands ncc (toNumContext());
|
NumerotationContextCommands ncc (toNumContext());
|
||||||
setContext(ncc.next());
|
setContext(ncc.next());
|
||||||
|
applyEnable(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -188,4 +189,5 @@ void SelectAutonumW::on_m_next_pb_clicked() {
|
|||||||
void SelectAutonumW::on_m_previous_pb_clicked() {
|
void SelectAutonumW::on_m_previous_pb_clicked() {
|
||||||
NumerotationContextCommands ncc (toNumContext());
|
NumerotationContextCommands ncc (toNumContext());
|
||||||
setContext(ncc.previous());
|
setContext(ncc.previous());
|
||||||
|
applyEnable(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user