Skip to content

Commit

Permalink
[#40] Track Map: General improvements and bugfixes (Part 18.2: Fixed …
Browse files Browse the repository at this point in the history
…update of CView width when toggling timeline display)
  • Loading branch information
tomas-nestorovic committed Aug 20, 2020
1 parent fc0f5b7 commit 908f896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/src/ViewTrackMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
afx_msg void CTrackMapView::__toggleTiming__(){
// commanded to toggle timed display of Sectors
showTimed=!showTimed;
Invalidate(TRUE);
OnUpdate( nullptr, 0, nullptr );
}
afx_msg void CTrackMapView::__toggleTiming_updateUI__(CCmdUI *pCmdUI){
// projecting possibility of timed display of Sectors
Expand Down

0 comments on commit 908f896

Please sign in to comment.