GUI: unreliable version of #63
This commit is contained in:
parent
720f046f28
commit
d6333af330
3 changed files with 44 additions and 1 deletions
|
|
@ -514,11 +514,13 @@ const char* FurnaceGUI::getSystemName(DivSystem which) {
|
|||
void FurnaceGUI::updateScroll(int amount) {
|
||||
float lineHeight=(patFont->FontSize+2*dpiScale);
|
||||
nextScroll=lineHeight*amount;
|
||||
haveHitBounds=false;
|
||||
}
|
||||
|
||||
void FurnaceGUI::addScroll(int amount) {
|
||||
float lineHeight=(patFont->FontSize+2*dpiScale);
|
||||
nextAddScroll=lineHeight*amount;
|
||||
haveHitBounds=false;
|
||||
}
|
||||
|
||||
void FurnaceGUI::setFileName(String name) {
|
||||
|
|
@ -3618,6 +3620,7 @@ FurnaceGUI::FurnaceGUI():
|
|||
scaleMax(100.0f),
|
||||
fadeMode(false),
|
||||
randomMode(false),
|
||||
haveHitBounds(false),
|
||||
oldOrdersLen(0),
|
||||
sampleZoom(1.0),
|
||||
prevSampleZoom(1.0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue