mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
This commit is contained in:
parent
62125796c3
commit
d47f15ab8b
26 changed files with 95 additions and 94 deletions
|
@ -680,7 +680,7 @@ void Tab::context_menu_requested(const Gfx::IntPoint& screen_position)
|
|||
m_tab_context_menu->popup(screen_position);
|
||||
}
|
||||
|
||||
GUI::ScrollableWidget& Tab::view()
|
||||
GUI::AbstractScrollableWidget& Tab::view()
|
||||
{
|
||||
if (m_type == Type::InProcessWebView)
|
||||
return *m_page_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue