Bug #251
Window close button does not work
| Status: | Closed | Start: | 05/06/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | Version 1.2 (Cross Platform - Stable) | |||
Description
New version is looking awesome guys, very appreciative for the work people have been putting in to this amazing piece of software. Running 1.2 in Windows Vista x64 it doesn't allow me to close the window via the close button or Alt+F4, instead I have to kill the process in task manager!
History
Updated by Seth Sandler over 4 years ago
This is actually not a bug.
You have to use the 'ESC' key to close the window. We removed the ability to use the 'x' button as that crashes glut based applications (which CCV is).
So make sure to use the 'ESC' key to exit. We can put this in the interface in the future to make this easier to know.
Updated by Seth Sandler over 4 years ago
- Status changed from New to Resolved
Updated by Artem Titoulenko over 4 years ago
Exactly what Seth has said. The close button wa surgically disabled in order to force system resources to be freed an for glut to be shut down correctly. Otherwise restarting the application could end in issues and ultimately a system restart. We urge you to use ESC instead of any other methods.
Updated by Anonymous over 4 years ago
Is it possible on 'x' button press to execute the same method that is run on 'esc' key?
Updated by Artem Titoulenko over 3 years ago
- Status changed from Resolved to Closed
