//==================================================
//==================================================
-
+ void WxGimmickView::UpdateWindowUI(long flags)
+ {
+ if(mViewer)
+ {
+ mViewer->RefreshIfNecessary();
+ }
+ }
//==================================================
void WxGimmickView::OnInternalIdle()
{
/// Called upon to refresh the viewer once there are no actions to be done
void OnInternalIdle();
+ void UpdateWindowUI(long flags = wxUPDATE_UI_NONE);
/// callback to add a database
void OnAddDB(wxCommandEvent& event);
void WxViewer::ShowNextImage()
{
- #if WIN32
+
+ mMutex.Unlock();
wxMutexLocker lock(mMutex);
- #endif
+
GimmickMessage(2,"WxViewer::ShowNextImage() "
<<mCurrent+1<<"/"