Skip to content

Commit

Permalink
Revert "Merge pull request #4002 from RooieDirk/Grib"
Browse files Browse the repository at this point in the history
This reverts commit 6d9ca29, reversing
changes made to 77daf57.
  • Loading branch information
nohal committed Jun 20, 2024
1 parent 6d9ca29 commit d87055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/grib_pi/src/GribUIDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GRIBUICtrlBar::GRIBUICtrlBar(wxWindow *parent, wxWindowID id,
: GRIBUICtrlBarBase(parent, id, title, pos, size, style) {
pParent = parent;
pPlugIn = ppi;
m_vp = &pPlugIn->GetCurrentViewPort() ;
m_vp = 0;
pReq_Dialog = NULL;
m_bGRIBActiveFile = NULL;
m_pTimelineSet = NULL;
Expand Down

0 comments on commit d87055b

Please sign in to comment.