From 746a984dac0ac2df83cc4dd8c8ab9dea64d315fe Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:57:49 +0200 Subject: Fix new param simulator for macOS and Windows (#2546) * fix tooltip * combine play and pause button --------- Co-authored-by: Lex Neva --- lib/gui/element_info.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gui/element_info.py') diff --git a/lib/gui/element_info.py b/lib/gui/element_info.py index 9d0f654b..c64ac1a7 100644 --- a/lib/gui/element_info.py +++ b/lib/gui/element_info.py @@ -16,6 +16,8 @@ class ElementInfoFrame(wx.Frame): self.index = 0 wx.Frame.__init__(self, None, wx.ID_ANY, _("Element Info"), *args, **kwargs) + self.SetWindowStyle(wx.FRAME_FLOAT_ON_PARENT) + self.main_panel = wx.Panel(self, wx.ID_ANY) notebook_sizer = wx.BoxSizer(wx.VERTICAL) -- cgit v1.2.3