mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 14:31:40 +08:00
Modify 'oxy' scheme's "choice arrow" for consistency
The "choice arrow" used two "down-arrows" which was different than all the other schemes. Changed to up-arrow and down-arrow to make this more consistent. The exception is the default scheme (none or base) which uses only one down-arrow.
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ void oxy_arrow(Fl_Rect bb, Fl_Arrow_Type t, Fl_Orientation o, Fl_Color col) {
|
||||
|
||||
bb.y(bb.y() - 2); // shift upwards
|
||||
bb.h(bb.h() - 4); // reduce size
|
||||
single_arrow(bb, FL_ORIENT_DOWN, col);
|
||||
single_arrow(bb, FL_ORIENT_UP, col);
|
||||
bb.y(bb.y() + 4); // shift down
|
||||
single_arrow(bb, FL_ORIENT_DOWN, col);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user