Skip to content

Commit

Permalink
Update Progress__Launch.4dm (#4)
Browse files Browse the repository at this point in the history
Win only : remove the menu bar from the progress windows in SDI mode.
  • Loading branch information
patrick-poly authored and vdelachaux committed Mar 7, 2024
1 parent 8d98a6c commit c439208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/Progress__Launch.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Else
$x2:=$x1+$SubformWidth
$y2:=$y1+$SubformHeight

<>ProgressWindow:=Open window:C153($x1; $y1; $x2; $y2; Plain fixed size window:K34:6)
<>ProgressWindow:=Open window:C153($x1; $y1; $x2; $y2; Plain fixed size window:K34:6+Form has no menu bar:K39:18)
<>VerticalCenter:=($y1+$y2)/2

DIALOG:C40("D_Multiprogress_Win")
Expand Down

0 comments on commit c439208

Please sign in to comment.