Skip to content

Commit

Permalink
Merge pull request #4002 from RooieDirk/Grib
Browse files Browse the repository at this point in the history
Set PluginViewport at Gribdialog init.
  • Loading branch information
bdbcat committed Jun 18, 2024
2 parents 77daf57 + 9935479 commit 6d9ca29
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 = 0;
m_vp = &pPlugIn->GetCurrentViewPort() ;
pReq_Dialog = NULL;
m_bGRIBActiveFile = NULL;
m_pTimelineSet = NULL;
Expand Down

0 comments on commit 6d9ca29

Please sign in to comment.