show fbrun after moving to the right position

This commit is contained in:
mathias 2004-12-21 16:10:57 +00:00
parent 6e4017c0e2
commit 37c6602f07

View file

@ -149,7 +149,6 @@ int main(int argc, char **argv) {
fbrun.setTitle(title);
fbrun.setText(text);
fbrun.show();
if (near_mouse) {
@ -208,6 +207,8 @@ int main(int argc, char **argv) {
if (set_pos)
fbrun.move(x, y);
fbrun.show();
application.eventLoop();
} catch (string errstr) {