mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-ClipSelector draws with full alpha
This commit is contained in:
parent
ce8f7537ab
commit
b9b3aab0a1
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@ class ClipSelector : public Fl_Button
|
|||
}
|
||||
*/
|
||||
|
||||
float alpha = 0.7;
|
||||
if (mouseOver) { alpha = 1; }
|
||||
float alpha = 1.0;
|
||||
//if (mouseOver) { alpha = 1; }
|
||||
cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, alpha);
|
||||
cairo_set_line_width( cr, 1.4);
|
||||
cairo_move_to( cr, x+clipHeight-1, drawY );
|
||||
|
|
Loading…
Add table
Reference in a new issue