Skip to content

Commit 406cc45

Browse files
committed
Fix scroll's box from drawing on top of its own scrollbars
1 parent 8c6c607 commit 406cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ int Workpane::handle(int event) {
532532
Workspace::Workspace(int x, int y, int w, int h, const char *l) : OS_Scroll(x, y, w, h, l), Droppable(),
533533
_content_w(0), _content_h(0), _ox(0), _oy(0), _cx(0), _cy(0) {
534534
labeltype(FL_NO_LABEL);
535-
box(OS_SPACER_THIN_DOWN_BOX);
535+
box(OS_SPACER_THIN_DOWN_FRAME);
536536
color(FL_INACTIVE_COLOR);
537537
}
538538

0 commit comments

Comments
 (0)