show fbrun after moving to the right position
mathias mathias
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
util/fbrun/main.cc
→
util/fbrun/main.cc
@@ -149,7 +149,6 @@ cerr<<"FbRun Warning: Failed to load history file: "<<expanded_filename<<endl;
fbrun.setTitle(title); fbrun.setText(text); - fbrun.show(); if (near_mouse) {@@ -208,6 +207,8 @@
if (set_pos) fbrun.move(x, y); + fbrun.show(); + application.eventLoop(); } catch (string errstr) {