mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 22:59:59 +01:00
BugFix Stream Source reload
Change stream reopen() to StreamSource reload()
This commit is contained in:
@@ -1878,7 +1878,7 @@ void ImGuiVisitor::visit(TextSource &s)
|
||||
ImGui::SetCursorPos(
|
||||
ImVec2(top.x + 0.95 * ImGui::GetFrameHeight(), botom.y - ImGui::GetFrameHeight()));
|
||||
if (ImGuiToolkit::IconButton(ICON_FA_REDO_ALT, "Reload"))
|
||||
tc->reopen();
|
||||
s.reload();
|
||||
}
|
||||
// general case of free text : text editor
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user