mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Render editor pressed keys and saving message behind file dialog
The messages were previously rendered on top of the file dialog and popup menus.
This commit is contained in:
parent
35f8475eb2
commit
a4465ab8d6
|
@ -6387,6 +6387,9 @@ void CEditor::Render()
|
|||
}
|
||||
}
|
||||
|
||||
RenderPressedKeys(View);
|
||||
RenderSavingIndicator(View);
|
||||
|
||||
if(m_Dialog == DIALOG_FILE)
|
||||
{
|
||||
static int s_NullUiTarget = 0;
|
||||
|
@ -6421,8 +6424,6 @@ void CEditor::Render()
|
|||
if(m_GuiActive)
|
||||
RenderStatusbar(StatusBar);
|
||||
|
||||
RenderPressedKeys(View);
|
||||
RenderSavingIndicator(View);
|
||||
RenderMousePointer();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue