what?
This commit is contained in:
parent
20ed22d6e8
commit
19d0ed617a
4 changed files with 41 additions and 27 deletions
|
|
@ -1197,6 +1197,7 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
sameLineMaybe(ImGui::CalcTextSize("Zoom").x+150.0f*dpiScale+ImGui::CalcTextSize("100%").x);
|
||||
double zoomPercent=100.0/sampleZoom;
|
||||
bool checkZoomLimit=false;
|
||||
ImGui::AlignTextToFramePadding();
|
||||
ImGui::Text("Zoom");
|
||||
ImGui::SameLine();
|
||||
ImGui::SetNextItemWidth(150.0f*dpiScale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue