all repos — fluxbox @ 37c6602f07bece414e3a9b6287b5c0691635919d

custom fork of the fluxbox windowmanager

show fbrun after moving to the right position
mathias mathias
commit

37c6602f07bece414e3a9b6287b5c0691635919d

parent

6e4017c0e25a05df212df147728c48f641600d96

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util/fbrun/main.ccutil/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) {