1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 09:04:43 +00:00

Make the "Change" dialog stay out of the way when "Find and verify"ing.

This commit is contained in:
FellippeHeitor 2017-09-25 03:11:38 -03:00
parent 37ab5feb0e
commit 1330f8fa14

View file

@ -5597,7 +5597,7 @@ FUNCTION idechangeit$
i = 0
w = 45
p.x = 40 - w \ 2
p.y = 21
p.y = idewy - 4
p.w = w
p.h = 2
p.nam = idenewtxt("Change")