Forráskód Böngészése

You can now close the settings window with the x button

Isak Andersson 12 éve
szülő
commit
ef3bd8d29d
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      IDE/Contents/Source/SettingsWindow.cpp

+ 2 - 0
IDE/Contents/Source/SettingsWindow.cpp

@@ -33,6 +33,8 @@ SettingsWindow::SettingsWindow() : UIWindow(L"Settings", 400, 500) {
 }
 }
 
 
 void SettingsWindow::handleEvent(Event *event) {
 void SettingsWindow::handleEvent(Event *event) {
+
+    UIWindow::handleEvent(event);
 }
 }
 
 
 SettingsWindow::~SettingsWindow() {
 SettingsWindow::~SettingsWindow() {