mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Partially fixed some problems inherent to adding/updating panel items when a filter is applied.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1493 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -190,8 +190,10 @@ void ElementsPanelWidget::reloadAndFilter() {
|
|||||||
elements_panel -> reload(true);
|
elements_panel -> reload(true);
|
||||||
|
|
||||||
// reapplique le filtre
|
// reapplique le filtre
|
||||||
|
if (!filter_textfield -> text().isEmpty()) {
|
||||||
elements_panel -> filter(filter_textfield -> text());
|
elements_panel -> filter(filter_textfield -> text());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Emet le signal requestForProjectClosing avec le projet selectionne
|
Emet le signal requestForProjectClosing avec le projet selectionne
|
||||||
|
|||||||
Reference in New Issue
Block a user