Browse Source

Fix for last commit

tags/v1.9.9
falkTX 7 years ago
parent
commit
0a8f65597b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/theme/CarlaStyle.cpp

+ 1
- 1
source/theme/CarlaStyle.cpp View File

@@ -2157,9 +2157,9 @@ void CarlaStyle::drawControl(ControlElement element, const QStyleOption *option,
}

if (flip) {
#if 0
QRect tmp = rect;
rect = QRect(tmp.y(), tmp.x(), tmp.height(), tmp.width());
#if 0
int temp = x1;
x1 = y1;
y1 = temp;


Loading…
Cancel
Save