GRAPHICS: MACGUI: add new feature that when scroll wheel, the scroll bar will also display

This commit is contained in:
ysj1173886760 2021-03-31 20:40:49 +08:00 committed by Eugene Sandulenko
parent 1afc246a69
commit 0dcde7c96a
3 changed files with 15 additions and 6 deletions

View file

@ -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()) {