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:
parent
e8f2602032
commit
99a1daf1a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user