debug/lint: run lints on reload for visible windows

This commit is contained in:
outfoxxed 2024-11-22 17:55:45 -08:00
parent 8d63006bba
commit a8901fde67
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 7 additions and 4 deletions

View file

@ -122,7 +122,7 @@ protected slots:
void onMaskChanged();
void onMaskDestroyed();
void onScreenDestroyed();
void onWindowExposeEvent();
void runLints();
protected:
bool mVisible = true;