Commit 8e0f4af9 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: Open Network Dialog: Only clear edit line on cancel (fix #7913)

parent f9c17d2c
...@@ -685,7 +685,7 @@ NetOpenPanel::~NetOpenPanel() ...@@ -685,7 +685,7 @@ NetOpenPanel::~NetOpenPanel()
void NetOpenPanel::clear() void NetOpenPanel::clear()
{ {
ui.urlComboBox->clear(); ui.urlComboBox->lineEdit()->clear();
} }
void NetOpenPanel::onAccept() void NetOpenPanel::onAccept()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment