diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-17 20:58:13 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-17 22:17:28 +0200 |
commit | ce44d9a32f4ad714d87e8680bad149b2807b9fae (patch) | |
tree | df95c038c4791c20874af09aab0e81a06358f275 /DevTools/VisualBuilder/VBWidget.cpp | |
parent | a77814bdee7c54fba1bea41ade6b07ec6bca376b (diff) | |
download | serenity-ce44d9a32f4ad714d87e8680bad149b2807b9fae.zip |
GWidget: Add a flag to ignore greediness in GWidget::hit_test()
Normally if a GWidget has the is_greedy_for_hits() flag set, all hit
tests will hit the widget itself instead of its descendants.
Sometimes it may be desirable to override this behavior, and so this
flag now allows you to do that.
Diffstat (limited to 'DevTools/VisualBuilder/VBWidget.cpp')
0 files changed, 0 insertions, 0 deletions