use docking branch
This commit is contained in:
parent
3af0a9feda
commit
7a70ccfe2e
3 changed files with 4 additions and 1 deletions
|
|
@ -689,6 +689,8 @@ bool FurnaceGUI::init() {
|
|||
|
||||
sty.ScaleAllSizes(dpiScale);
|
||||
|
||||
ImGui::GetIO().ConfigFlags|=ImGuiConfigFlags_DockingEnable;
|
||||
|
||||
if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(defFont_main_compressed_data,defFont_main_compressed_size,18*dpiScale))==NULL) {
|
||||
logE("could not load UI font!\n");
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue