logic: Split MessageRefresh into index and UI

This commit is contained in:
Eberhard Graether
2018-10-28 12:11:53 +01:00
parent 27627b6d05
commit e2dd26ee5a
15 changed files with 116 additions and 108 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include "MessageActivateTrail.h"
#include "MessageDeactivateEdge.h"
#include "MessageRefresh.h"
#include "MessageRefreshUI.h"
#include "MessageScrollGraph.h"
#include "MessageStatus.h"
#include "ResourcePaths.h"
@@ -750,7 +750,7 @@ void QtGraphView::groupingUpdated(QPushButton* button)
appSettings->save();
}
MessageRefresh().refreshUiOnly().noReloadStyle().dispatch();
MessageRefreshUI().noStyleReload().dispatch();
}
void QtGraphView::performScroll(QScrollBar* scrollBar, int value) const