Gtk3 theme ready, Gtk2 stuff removed, slim mode removed, RT logo images enhanced.
This commit is contained in:
@@ -428,7 +428,7 @@ void MyDiagonalCurve::draw (int handle)
|
||||
// draw the left colored bar
|
||||
if (leftBar) {
|
||||
// first the background
|
||||
int bWidth = getBarWidth();
|
||||
int bWidth = CBAR_WIDTH;
|
||||
BackBuffer *bb = this;
|
||||
leftBar->setDrawRectangle(win, 1, graphY - graphH + 1, bWidth - 2, graphH - 2);
|
||||
leftBar->expose(bb);
|
||||
@@ -443,7 +443,7 @@ void MyDiagonalCurve::draw (int handle)
|
||||
// draw the bottom colored bar
|
||||
if (bottomBar) {
|
||||
// first the background
|
||||
int bWidth = getBarWidth();
|
||||
int bWidth = CBAR_WIDTH;
|
||||
BackBuffer *bb = this;
|
||||
bottomBar->setDrawRectangle(win, graphX + 1, graphY + CBAR_MARGIN + 1, graphW - 2, bWidth - 2);
|
||||
bottomBar->expose(bb);
|
||||
|
Reference in New Issue
Block a user