Allow show/hide all spots, fixes #5270

This commit is contained in:
Pandagrapher
2019-04-25 15:54:58 +02:00
parent 680dd1a424
commit e431e86fe2
3 changed files with 52 additions and 15 deletions

View File

@@ -239,7 +239,7 @@ private:
void on_button_delete();
void on_button_duplicate();
void on_button_rename();
void on_button_visibility();
bool on_button_visibility(GdkEventButton* event);
bool blockTreeviewSearch(GdkEventKey* event);