qual: remove unnecessary recalculation code in setHideUI()
This commit is contained in:
parent
a9bb1fd9df
commit
732d6ed99b
|
@ -205,11 +205,6 @@ func (app *App) setHideUI(hideUI bool) {
|
||||||
app.W.Statusbar.Show()
|
app.W.Statusbar.Show()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Force child size recalculation
|
|
||||||
// FIXME: This sometimes doesn't have an effect
|
|
||||||
app.W.MainContainer.Hide()
|
|
||||||
app.W.MainContainer.Show()
|
|
||||||
|
|
||||||
app.W.MenuItemHideUI.SetActive(hideUI)
|
app.W.MenuItemHideUI.SetActive(hideUI)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue