mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that could cause less than 100 carts to be displayed when the 'Show Only First 100 Matches' box was ticked. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -274,7 +274,8 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
lib_macro_events=new RDMacroEvent(rda->station()->address(),rda->ripc(),this);
|
||||
|
||||
dragsChangedData(lib_cart_filter->dragEnabled());
|
||||
lib_cart_model->setFilterSql(lib_cart_filter->filterSql());
|
||||
lib_cart_model->
|
||||
setFilterSql(lib_cart_filter->filterSql(),lib_cart_model->cartLimit());
|
||||
|
||||
LoadGeometry();
|
||||
}
|
||||
|
Reference in New Issue
Block a user