Don't show cursor tile outline in event or connection editing tabs

This commit is contained in:
Marcus Huderle
2019-01-11 08:52:44 -06:00
parent 16bbfcb654
commit a3ecbecd20
3 changed files with 13 additions and 1 deletions

View File

@@ -57,8 +57,10 @@ public:
void setNormalPathMode();
void updateLocation(int x, int y);
void updateSelectionSize(int width, int height);
void setVisibility(bool visible);
bool *enabled;
private:
bool visible;
int width;
int height;
bool anchored;