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:
parent
f300b81648
commit
dac7db830a
Notes:
sideshowbarker
2024-07-19 02:37:35 +09:00
Author: https://github.com/itamar8910
Commit: dac7db830a
Pull-request: https://github.com/SerenityOS/serenity/pull/3470
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/devsh0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue