mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-03 06:24:49 -04:00
Test of draggable scope area + fixes
- Will be able to drag back/forth to cycle scope/spectrum/plot - Fix for two crashes
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
||||
* \param[in] item An item.
|
||||
*/
|
||||
void set_max_num_items(unsigned int max_num_items) {
|
||||
std::lock_guard < std::mutex > lock(m_mutex);
|
||||
|
||||
m_max_num_items = max_num_items;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user