From 761e1e0702fb50aca31fb7a38dcb0f00ae4d2ac6 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 19 Feb 2002 10:44:34 +0000 Subject: [PATCH 1/1] added default style wxFRAME_TOOL_WINDOW to creation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/minifram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/minifram.h b/include/wx/mac/minifram.h index 8f1644d558..2e9daeed86 100644 --- a/include/wx/mac/minifram.h +++ b/include/wx/mac/minifram.h @@ -35,7 +35,7 @@ public: const wxString& name = wxFrameNameStr) { // Use wxFrame constructor in absence of more specific code. - Create(parent, id, title, pos, size, style, name); + Create(parent, id, title, pos, size, style | wxFRAME_TOOL_WINDOW | wxFRAME_FLOAT_ON_PARENT , name); } ~wxMiniFrame() {} -- 2.47.2