GRAPHICS: MACGUI: add new feature that when scroll wheel, the scroll bar will also display
This commit is contained in:
parent
1afc246a69
commit
0dcde7c96a
3 changed files with 15 additions and 6 deletions
|
@ -285,6 +285,7 @@ void MacWindow::drawBorder() {
|
|||
|
||||
MacPlotData pd(g, nullptr, &_wm->getPatterns(), 1, 0, 0, 1, _wm->_colorWhite, true);
|
||||
Graphics::drawFilledRect(rr, _wm->_colorWhite, _wm->getDrawInvertPixel(), &pd);
|
||||
setHighlight(kBorderNone);
|
||||
}
|
||||
|
||||
if (!_title.empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue