mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 20:15:35 -04:00
Fix tooltip in nostalgia options not being resized. (Thanks 123DMWM)
This commit is contained in:
parent
0cfd1c2e37
commit
c738c22e32
@ -64,6 +64,11 @@ namespace ClassicalSharp.Gui {
|
||||
api.Texturing = false;
|
||||
}
|
||||
|
||||
public override void OnResize( int oldWidth, int oldHeight, int width, int height ) {
|
||||
base.OnResize( oldWidth, oldHeight, width, height );
|
||||
infoWidget.OnResize( oldWidth, oldHeight, width, height );
|
||||
}
|
||||
|
||||
public override void Dispose() {
|
||||
base.Dispose();
|
||||
infoWidget.Dispose();
|
||||
|
Loading…
x
Reference in New Issue
Block a user