merge with dev
This commit is contained in:
@@ -1388,7 +1388,7 @@ CursorShape ControlSpotPanel::getCursor(int objectID)
|
||||
}
|
||||
}
|
||||
|
||||
const bool ControlSpotPanel::mouseOver(int modifierKey)
|
||||
bool ControlSpotPanel::mouseOver(int modifierKey)
|
||||
{
|
||||
EditDataProvider* editProvider_ = getEditProvider();
|
||||
const auto s = treeview_.get_selection();
|
||||
|
@@ -249,7 +249,7 @@ private:
|
||||
void updateControlSpotCurve(Gtk::TreeModel::Row row);
|
||||
void deleteControlSpotCurve(Gtk::TreeModel::Row row);
|
||||
CursorShape getCursor(int objectID);
|
||||
const bool mouseOver(int modifierKey);
|
||||
bool mouseOver(int modifierKey);
|
||||
bool button1Pressed(int modifierKey);
|
||||
bool button1Released();
|
||||
bool drag1(int modifierKey);
|
||||
|
Reference in New Issue
Block a user