show fbrun after moving to the right position
This commit is contained in:
parent
6e4017c0e2
commit
37c6602f07
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,6 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
fbrun.setTitle(title);
|
fbrun.setTitle(title);
|
||||||
fbrun.setText(text);
|
fbrun.setText(text);
|
||||||
fbrun.show();
|
|
||||||
|
|
||||||
if (near_mouse) {
|
if (near_mouse) {
|
||||||
|
|
||||||
|
@ -208,6 +207,8 @@ int main(int argc, char **argv) {
|
||||||
if (set_pos)
|
if (set_pos)
|
||||||
fbrun.move(x, y);
|
fbrun.move(x, y);
|
||||||
|
|
||||||
|
fbrun.show();
|
||||||
|
|
||||||
application.eventLoop();
|
application.eventLoop();
|
||||||
|
|
||||||
} catch (string errstr) {
|
} catch (string errstr) {
|
||||||
|
|
Loading…
Reference in a new issue