Merge branch 'dev' into waveform
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <cairomm/cairomm.h>
|
||||
|
||||
#include "delayed.h"
|
||||
#include "guiutils.h"
|
||||
#include "pointermotionlistener.h"
|
||||
|
||||
@@ -243,6 +244,8 @@ public:
|
||||
|
||||
class HistogramPanel final : public Gtk::Grid, public PointerMotionListener, public DrawModeListener, public rtengine::NonCopyable
|
||||
{
|
||||
private:
|
||||
DelayedCall<bool, Glib::ustring, Glib::ustring, int, int, int> pointer_moved_delayed_call;
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user