Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Nov 16, 2019
1 parent 6ce677d commit 9c51ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ImageGlass/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,7 @@ private void frmMain_Activated(object sender, EventArgs e)
// Update ZoomLevels
picMain.ZoomLevels = new ImageBoxZoomLevelCollection(Configs.ZoomLevels);

ApplyZoomMode(GlobalSetting.ZoomMode);
ApplyZoomMode(Configs.ZoomMode);

#endregion

Expand Down

0 comments on commit 9c51ff9

Please sign in to comment.