Jelajahi Sumber

Fix mouse scroll not working in right-click popups

Ivan Savenko 1 tahun lalu
induk
melakukan
75fd67a921
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      client/windows/InfoWindows.cpp

+ 1 - 1
client/windows/InfoWindows.cpp

@@ -248,7 +248,7 @@ void CRClickPopup::createAndPush(const CGObjectInstance * obj, const Point & p,
 CRClickPopupInt::CRClickPopupInt(const std::shared_ptr<CIntObject> & our)
 {
 	CCS->curh->hide();
-	defActions = SHOWALL | UPDATE;
+	defActions = 255-DISPOSE;
 	our->recActions = defActions;
 	inner = our;
 	addChild(our.get(), false);