From d932e89d401d90ce15554c0ca4f731b60705c267 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 28 Jan 2021 07:31:36 -0800 Subject: [PATCH] Document when wxColour::IsSolid() was added --- interface/wx/colour.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/colour.h b/interface/wx/colour.h index 4b35c82598..3cf8e201b8 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -202,6 +202,8 @@ public: /** Returns @true if the color can be described using RGB values, i.e. is solid, @false if it is a pattern (currently only possible on macOS) + + @since 3.1.2 */ virtual bool IsSolid() const; //@{