feat: 完善 STEP 编辑器最小系统和稳定性
This commit is contained in:
@@ -5,4 +5,7 @@ from PySide6.QtWidgets import QComboBox
|
||||
|
||||
class NoWheelComboBox(QComboBox):
|
||||
def wheelEvent(self, event) -> None:
|
||||
event.accept()
|
||||
if self.view().isVisible():
|
||||
super().wheelEvent(event)
|
||||
return
|
||||
event.ignore()
|
||||
|
||||
Reference in New Issue
Block a user