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/preferences.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gui/preferences.py') diff --git a/lib/gui/preferences.py b/lib/gui/preferences.py index 14c0d4dd..882ddfac 100644 --- a/lib/gui/preferences.py +++ b/lib/gui/preferences.py @@ -16,6 +16,8 @@ class PreferencesFrame(wx.Frame): wx.Frame.__init__(self, None, wx.ID_ANY, _("Preferences"), *args, **kwargs) self.SetTitle(_("Preferences")) + self.SetWindowStyle(wx.FRAME_FLOAT_ON_PARENT) + metadata = self.extension.get_inkstitch_metadata() self.panel_1 = wx.Panel(self, wx.ID_ANY) -- cgit v1.2.3