Skip to content

Commit

Permalink
20230411
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSquires committed Apr 11, 2023
1 parent 896b905 commit 50351cd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file added Settings/WinFBE.ini
Binary file not shown.
2 changes: 1 addition & 1 deletion Settings/keybindings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ IDM_QUICKRUN:
IDM_RUNEXE:
IDM_COMMANDLINE:
IDM_NEWFORM:
IDM_TOGGLEVIEWCODE:
IDM_VIEWTOOLBOX:
IDM_MENUEDITOR:
IDM_TOOLBAREDITOR:
Expand All @@ -100,3 +99,4 @@ IDM_IMAGEMANAGER:
IDM_SNAPLINES:
IDM_LOCKCONTROLS:
IDM_HELP:
IDM_TOGGLEVIEWCODE:
Binary file modified WinFBE.wfbe
Binary file not shown.
1 change: 0 additions & 1 deletion src/frmPanelVScroll.inc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function frmPanelVScroll_UpdateUI() as LRESULT
dim as HBITMAP hBmp = CreateCompatibleBitmap(hdcScreen, nWidth, nHeight)
dim as HBITMAP hBmpOld = SelectObject(hDC, hBmp)
'// Draw to StatusBar into the memory DC
FillRect( hDC, @gPanelVScroll.rc, ghPanel.hBackBrushThumb )
'// Call UpdateLayeredWindow
Expand Down

0 comments on commit 50351cd

Please sign in to comment.