mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-10-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Log Grids' dialog in rdlogmanager(1) to not display services with 'Bypass Grid Processing' set to 'Yes'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -155,7 +155,7 @@ EditCartSlots::EditCartSlots(RDStation *station,RDStation *cae_station,
|
||||
//
|
||||
edit_service_box=new QComboBox(this);
|
||||
edit_service_box->setGeometry(127,240,120,20);
|
||||
edit_service_model=new RDServiceListModel(true,this);
|
||||
edit_service_model=new RDServiceListModel(true,false,this);
|
||||
edit_service_model->setFont(defaultFont());
|
||||
edit_service_model->setPalette(palette());
|
||||
edit_service_box->setModel(edit_service_model);
|
||||
|
Reference in New Issue
Block a user