Aliasing in AutomationPatternView and AutomationEditor fixed (#3386)
* Ailiasing in AutomationPatternView; ERROR: Doesn't draw unreferanced tracks * Draws one polygon instead of 'poly'-polygons * Changed QPoints to QPointF * Added int MidiTpT constant * Added ppTact for reduced computation * Added spaces in parentheses to be consistent * Variable name change and spacing * S P A C E S * Anti-Aliasing of Automation Editor * Commented out all referances to unused is_selected * Changed css to non-gradient graphs * Added Brackets * Removed no-pixel line at bottom of graph * Revert "Added Brackets" This reverts commitff801868b7. * Revert "Revert "Added Brackets"" This reverts commit4e127a78df. * Revert "Removed no-pixel line at bottom of graph" This reverts commit940c766b61.
This commit is contained in:
committed by
Umcaruje
parent
97cd037300
commit
899e386df7
@@ -18,9 +18,7 @@ AutomationEditor {
|
||||
qproperty-gridColor: #808080;
|
||||
qproperty-crossColor: rgb( 255, 51, 51 );
|
||||
|
||||
qproperty-graphColor: qlineargradient(spread:reflect,
|
||||
x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(153, 175, 255, 250), stop:1 rgba(153, 175, 255, 100));
|
||||
qproperty-graphColor: rgba(153, 175, 255, 250);
|
||||
qproperty-scaleColor: qlineargradient(spread:reflect,
|
||||
x1:0, y1:0.5, x2:1, y2:0.5,
|
||||
stop:0 #333, stop:1 #202020);
|
||||
|
||||
@@ -22,8 +22,7 @@ AutomationEditor {
|
||||
qproperty-beatLineColor: #4a3bba;
|
||||
qproperty-barLineColor: #8173fe;
|
||||
|
||||
qproperty-graphColor: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(69,42,153,180), stop:1 rgba(69,42,153,100));
|
||||
qproperty-graphColor: rgba(69,42,153,180);
|
||||
qproperty-scaleColor: #262b30;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user