diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-25 09:20:08 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-25 09:20:08 +1100 |
commit | 20bb1c7c0f6931819745d9756ab14246c20c4e9f (patch) | |
tree | f7e10e6097b99c44a03a246b07eda940581445cd /qt/ScintillaEditBase/PlatQt.h | |
parent | d3deaacf51e0d459c8025d6a411acf0bc8b17945 (diff) | |
download | scintilla-mirror-20bb1c7c0f6931819745d9756ab14246c20c4e9f.tar.gz |
Implement translucent FillRectangle.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index a743a4be5..173bd53d5 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -103,6 +103,7 @@ public: void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) override; void FillRectangle(PRectangle rc, ColourDesired back) override; + void FillRectangle(PRectangle rc, Fill fill) override; void FillRectangle(PRectangle rc, Surface &surfacePattern) override; void RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back) override; |