StickIt: Don't close the app when closing a JoystickWindow.

Since it now actually works to open multiple windows for different
devices, don't close the app when closing the device window.
This commit is contained in:
Michael Lotz
2015-02-15 10:07:08 +01:00
parent e2d7e6c4be
commit d0f53f151d
@@ -40,7 +40,6 @@ JoystickWindow::JoystickWindow(const char *deviceName, BJoystick *stick,
bool
JoystickWindow::QuitRequested(void) {
be_app->PostMessage(B_QUIT_REQUESTED);
return true;
}