mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
FileManager: Exit the properties window on escape
This commit is contained in:
parent
3e6e75bb5e
commit
c5a6f0fb4d
2 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,7 @@ private:
|
|||
RefPtr<GUI::ImageWidget> m_icon;
|
||||
RefPtr<GUI::Label> m_size_label;
|
||||
RefPtr<DirectoryStatisticsCalculator> m_directory_statistics_calculator;
|
||||
RefPtr<GUI::Action> m_on_escape;
|
||||
DeprecatedString m_name;
|
||||
DeprecatedString m_parent_path;
|
||||
DeprecatedString m_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue