mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Revert broken r1561. Worse than before - more AVs, even when pressing a speedbutton which has loaded its icon correctly. Weird.
This commit is contained in:
@ -2850,6 +2850,10 @@ begin
|
||||
MessageDLG('File could not be opened: ' + paramstr(1), mtError, [mbOK], 0);
|
||||
end;
|
||||
|
||||
// Assign images from main imagelist to speedbuttons
|
||||
btnDataSorting.PngImage := Mainform.PngImageListMain.PngImages[73].PngImage;
|
||||
btnColumnSelection.PngImage := Mainform.PngImageListMain.PngImages[73].PngImage;
|
||||
|
||||
//TODO:
|
||||
//ds.DisableControls;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user