1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

HackStudio: Fix "Add new Editor" action

This commit is contained in:
Itamar 2020-09-12 14:32:51 +03:00 committed by Andreas Kling
parent f300b81648
commit dac7db830a
Notes: sideshowbarker 2024-07-19 02:37:35 +09:00

View file

@ -48,6 +48,7 @@ namespace HackStudio {
Editor::Editor()
{
set_document(CodeDocument::create());
m_documentation_tooltip_window = GUI::Window::construct();
m_documentation_tooltip_window->set_rect(0, 0, 500, 400);
m_documentation_tooltip_window->set_window_type(GUI::WindowType::Tooltip);