Skip to content

Commit

Permalink
Disable Accessibility Handler in the MainWindow
Browse files Browse the repository at this point in the history
Prevents various shutdown leaks related to it
  • Loading branch information
anjaldoshi committed May 10, 2024
1 parent 45acdb8 commit 7bcbb08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ MainDocumentWindow::MainDocumentWindow()
#endif
Image titleBarIcon = ImageCache::getFromFile(iconDir.getChildFile("icon-small.png"));
setIcon(titleBarIcon);

setAccessible(false);
}

MainWindow::MainWindow(const File& fileToLoad, bool isConsoleApp_) :
Expand Down

0 comments on commit 7bcbb08

Please sign in to comment.