diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-20 20:38:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-20 20:38:35 +0300 |
commit | 33aa78b58cd86f9b8e38032ff157ff614c23d73c (patch) | |
tree | 026466d6a6f1fa45f010498e9aeba58e3897f670 /plugins/NewStory/src/history_array.h | |
parent | 2e98fcfccb79d443911f56c2b5210b5361c65d5c (diff) |
various drawing quirks
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r-- | plugins/NewStory/src/history_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index f5a39ba5bd..e805d8f45d 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -19,7 +19,7 @@ struct ItemData bool m_bOfflineFile;
uint8_t m_grouping, m_bOfflineDownloaded;
- int savedTop, savedHeight;
+ int savedTop, savedHeight, leftOffset;
DB::EventInfo dbe;
wchar_t *wtext;
|