update Dear ImGui to 1.92.0, part 2
TODO: - testing - testing - testing - additional testing - extra testing and of course: - testing
This commit is contained in:
parent
11ecbebcdc
commit
ee7087b7a5
36 changed files with 245 additions and 741 deletions
|
|
@ -264,19 +264,19 @@ void FurnaceGUI::drawAbout() {
|
|||
double posX=(canvasW/2.0)+(sin(double(i)*0.5+double(aboutScroll)/(90.0*dpiScale))*120*dpiScale)-(ImGui::CalcTextSize(nextLine).x*0.5);
|
||||
double posY=(canvasH-aboutScroll+42*i*dpiScale);
|
||||
if (posY<-80*dpiScale || posY>canvasH) continue;
|
||||
dl->AddText(bigFont,bigFont->FontSize,
|
||||
dl->AddText(bigFont,BIG_FONT_SIZE,
|
||||
ImVec2(posX+dpiScale,posY+dpiScale),
|
||||
0xff000000,nextLine);
|
||||
dl->AddText(bigFont,bigFont->FontSize,
|
||||
dl->AddText(bigFont,BIG_FONT_SIZE,
|
||||
ImVec2(posX+dpiScale,posY-dpiScale),
|
||||
0xff000000,nextLine);
|
||||
dl->AddText(bigFont,bigFont->FontSize,
|
||||
dl->AddText(bigFont,BIG_FONT_SIZE,
|
||||
ImVec2(posX-dpiScale,posY+dpiScale),
|
||||
0xff000000,nextLine);
|
||||
dl->AddText(bigFont,bigFont->FontSize,
|
||||
dl->AddText(bigFont,BIG_FONT_SIZE,
|
||||
ImVec2(posX-dpiScale,posY-dpiScale),
|
||||
0xff000000,nextLine);
|
||||
dl->AddText(bigFont,bigFont->FontSize,
|
||||
dl->AddText(bigFont,BIG_FONT_SIZE,
|
||||
ImVec2(posX,posY),
|
||||
0xffffffff,nextLine);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue