This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Partially revert "Mixer: Avoid some unnecessary redraws when opening project."
This reverts commit
e303cf093f
.
tags/non-daw-v1.3.0
Jonathan Moore Liles
2 years ago
parent
e0402a3b99
commit
e46fac4470
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
mixer/src/JACK_Module.C
+1
-1
mixer/src/Mixer.C
+ 1
- 2
mixer/src/JACK_Module.C
View File
@@ -342,8 +342,7 @@ JACK_Module::update_connection_status ( void )
else
size( w(), 24 );
/* parent()->parent()->redraw(); */
parent()->redraw();
parent()->parent()->redraw();
}
void
+ 1
- 1
mixer/src/Mixer.C
View File
@@ -764,7 +764,7 @@ void Mixer::add ( Mixer_Strip *ms )
mixer_strips->add( ms );
ms->size( ms->w(), _strip_height );
/*
ms->redraw();
*/
ms->redraw();
ms->take_focus();
renumber_strips();
Write
Preview
Loading…
Cancel
Save