mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-17 04:40:01 +10:00
gui_main: Avoid float usage on wxPoint
This commit is contained in:
+1
-1
@@ -775,7 +775,7 @@ class wx_python_gui:
|
||||
self.return_to_main_menu.SetPosition(
|
||||
wx.Point(
|
||||
self.reload_button.GetPosition().x,
|
||||
self.reload_button.GetPosition().y + self.reload_button.GetSize().height + 7.5
|
||||
self.reload_button.GetPosition().y + self.reload_button.GetSize().height + 8
|
||||
)
|
||||
)
|
||||
self.return_to_main_menu.Bind(wx.EVT_BUTTON, self.main_menu)
|
||||
|
||||
Reference in New Issue
Block a user