logic: Fixed deselection of edge didn't restore active locations in code view

This commit is contained in:
Eberhard Graether
2016-01-15 16:21:50 +01:00
parent ca4fb79af7
commit 3884db21d7
6 changed files with 24 additions and 0 deletions
+2
View File
@@ -52,6 +52,8 @@ public:
const std::vector<std::string>& getErrorMessages() const;
void setErrorMessages(const std::vector<std::string>& errorMessages);
void showActiveTokenIds();
bool scrollToFirstActiveSnippet();
void expandActiveSnippetFile();