mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user