diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 20:37:18 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 20:37:18 -0500 |
| commit | b7e51b65e832cfbd94789bc0cf3ab015a394aa92 (patch) | |
| tree | 2a29b4320979d825618dc2677190679c18d43957 /src/filetree.cpp | |
| parent | 03ee407c346845484629c2a6afef39a13f0b9a3d (diff) | |
removed bad minimum column width in the data tab
fixed crash in log when restart MO
Diffstat (limited to 'src/filetree.cpp')
| -rw-r--r-- | src/filetree.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/filetree.cpp b/src/filetree.cpp index ae1fddfe..67fd68c1 100644 --- a/src/filetree.cpp +++ b/src/filetree.cpp @@ -296,10 +296,6 @@ void FileTree::openModInfo() } } -void FileTree::toggleVisibility() -{ -} - void FileTree::toggleVisibility(bool visible) { auto* item = singleSelection(); |
