mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
NO-OP: two random 0 -> nullptr conversions
This commit is contained in:
parent
49f359eb8d
commit
c0846d876f
1 changed files with 2 additions and 2 deletions
|
|
@ -886,8 +886,8 @@ Editor::left_track_canvas (GdkEventCrossing* ev)
|
|||
const bool was_within = within_track_canvas;
|
||||
DropDownKeys ();
|
||||
within_track_canvas = false;
|
||||
set_entered_track (0);
|
||||
set_entered_regionview (0);
|
||||
set_entered_track (nullptr);
|
||||
set_entered_regionview (nullptr);
|
||||
reset_canvas_action_sensitivity (false);
|
||||
|
||||
if (was_within) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue