HackStudio: Store and restore the scrollbar values of ProjectFiles when they are closed and reopened from the list of open files.

This commit is contained in:
Zac 2020-11-03 22:27:05 +10:00 committed by Andreas Kling
commit 85d65b06ab
Notes: sideshowbarker 2024-07-19 01:34:35 +09:00
4 changed files with 48 additions and 9 deletions

View file

@ -41,6 +41,7 @@
#include <LibGUI/Splitter.h>
#include <LibGUI/Widget.h>
#include <LibThread/Thread.h>
#include <LibGUI/ScrollBar.h>
namespace HackStudio {