docs: Explain restrictions on Fl_Scroll usage with Fl_Tabs (#1393)

* docs: Explain restrictions on Fl_Scroll usage with Fl_Tabs

* Update Fl_Scroll tearing explanation per PR review
This commit is contained in:
Daniel Foerster
2026-05-11 10:26:58 -05:00
committed by GitHub
parent e04576171f
commit 0d91156f07
+4
View File
@@ -94,6 +94,10 @@
<I>You cannot use Fl_Window as a child of this since the
clipping is not conveyed to it when drawn, and it will draw over the
scrollbars and neighboring objects.</I>
<I>Widget overlap may result in scroll tearing, see Fl_Tabs for fuller
explanation.</I>
<!-- See GitHub issue #1175. -->
*/
class FL_EXPORT Fl_Scroll : public Fl_Group {