X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fjob_manager_view.h;h=3d1ad30c07f60e60a53d4473b374fe7d82c13f39;hb=92cafb6fc686a041354da2eabde6bcb2f6846e1d;hp=fc29eadb4760c3bb74d9f2a55b4142c9f7967e19;hpb=6e5c4e570f26e05124ab0ef67e39c07bab9cb4d5;p=dcpomatic.git diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h index fc29eadb4..3d1ad30c0 100644 --- a/src/wx/job_manager_view.h +++ b/src/wx/job_manager_view.h @@ -57,6 +57,7 @@ private: wxButton* pause; wxButton* details; bool finalised; + bool scroll_nudged; }; std::map, JobRecord> _job_records;