mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Move creation of printlistForm from application startup to a place where it's done on demand.
This commit is contained in:
@ -789,7 +789,7 @@ begin
|
||||
// TODO: Print data
|
||||
end
|
||||
else
|
||||
printlistform.showmodal;
|
||||
printlistWindow(self);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user