From 6cd96a3d71886d2ea4feba21771dafafaca77d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Mon, 27 Jul 2020 03:43:47 +0200 Subject: [PATCH] Fix test, remove check for TB_3DBUTTONS toolbar style The style has been removed for wxWidgets 3.1.0, see https://github.com/wxWidgets/wxWidgets/pull/137 --- unittests/test_toolbar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/test_toolbar.py b/unittests/test_toolbar.py index fb79d6d0..4ba1089e 100644 --- a/unittests/test_toolbar.py +++ b/unittests/test_toolbar.py @@ -25,7 +25,6 @@ class toolbar_Tests(wtc.WidgetTestCase): wx.TB_BOTTOM wx.TB_RIGHT - wx.TB_3DBUTTONS wx.TB_FLAT wx.TB_DOCKABLE wx.TB_NOICONS